Skip to content

Commit

Permalink
fix: fix poetry publish in python publish
Browse files Browse the repository at this point in the history
  • Loading branch information
hudsonbrendon committed Dec 31, 2024
1 parent b98ebcc commit f737c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
run: poetry build

- name: Publish Package
run: poetry publish --build
run: poetry publish

0 comments on commit f737c3c

Please sign in to comment.