We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e50b927 commit ab7563aCopy full SHA for ab7563a
.github/workflows/package_publish.yml
@@ -29,4 +29,5 @@ jobs:
29
poetry config virtualenvs.path ~/.virtualenvs
30
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
31
- name: Build & publish package
32
+ run: |
33
poetry publish --build
0 commit comments