Skip to content

Commit 7da292f

Browse files
committed
Fix for publish workflow.
1 parent 39dfe3c commit 7da292f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/publish.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: poetry install --no-root
3737

3838
- name: Generate README.md
39-
run: python devtools/generate_readme.py
39+
run: poetry run python devtools/generate_readme.py
4040

4141
- name: Build package
4242
run: poetry build

0 commit comments

Comments
 (0)