We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c203e8c commit b19f2a4Copy full SHA for b19f2a4
1 file changed
.github/workflows/deploy.yml
@@ -134,8 +134,7 @@ jobs:
134
python setup.py sdist bdist_wheel
135
twine upload dist/* -u __token__ -p $PYPI_API_KEY
136
env:
137
- PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
138
- PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
+ PYPI_API_KEY: ${{ secrets.PYPI_API_KEY }}
139
140
- uses: Bandwidth/build-notify-slack-action@v1.0.0
141
if: always()
0 commit comments