Skip to content

Commit

Permalink
fix: pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mxab committed Sep 12, 2022
1 parent ea2459c commit b034513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: "Add dynamic versioning plugin"
run: poetry self add "poetry-dynamic-versioning[plugin]"
- name: Publish
run: poetry --build --password=${{ secrets.PYPI_TOKEN }} --username=__token__
run: poetry publish --build --password=${{ secrets.PYPI_TOKEN }} --username=__token__

0 comments on commit b034513

Please sign in to comment.