We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a32e6 commit cdab705Copy full SHA for cdab705
.github/workflows/deploy-n-publish.yml
@@ -81,7 +81,7 @@ jobs:
81
run: |
82
twine check dist/*
83
twine upload dist/* --skip-existing
84
- with:
+ env:
85
TWINE_USERNAME: __token__
86
TWINE_PASSWORD: ${{ secrets.pypi_password }}
87
0 commit comments