Skip to content

Commit

Permalink
Fix for publish workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlevy committed Nov 28, 2024
1 parent 39dfe3c commit 7da292f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: poetry install --no-root

- name: Generate README.md
run: python devtools/generate_readme.py
run: poetry run python devtools/generate_readme.py

- name: Build package
run: poetry build
Expand Down

0 comments on commit 7da292f

Please sign in to comment.