We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2459c commit b034513Copy full SHA for b034513
.github/workflows/release.yml
@@ -21,4 +21,4 @@ jobs:
21
- name: "Add dynamic versioning plugin"
22
run: poetry self add "poetry-dynamic-versioning[plugin]"
23
- name: Publish
24
- run: poetry --build --password=${{ secrets.PYPI_TOKEN }} --username=__token__
+ run: poetry publish --build --password=${{ secrets.PYPI_TOKEN }} --username=__token__
0 commit comments