We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7197686 commit 58c98cbCopy full SHA for 58c98cb
1 file changed
.github/workflows/python-publish.yml
@@ -43,6 +43,7 @@ jobs:
43
44
- name: Build and publish
45
run: |
46
+ poetry install
47
poetry build
48
TWINE_USERNAME=__token__ \
49
TWINE_PASSWORD="${{ secrets.PYPI_TOKEN }}" \
0 commit comments