Skip to content

Commit

Permalink
SWI-4242 Fix env var (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrice6713 authored Jan 9, 2024
1 parent c203e8c commit b19f2a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ jobs:
python setup.py sdist bdist_wheel
twine upload dist/* -u __token__ -p $PYPI_API_KEY
env:
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
PYPI_API_KEY: ${{ secrets.PYPI_API_KEY }}

- uses: Bandwidth/[email protected]
if: always()
Expand Down

0 comments on commit b19f2a4

Please sign in to comment.