Skip to content

Commit b19f2a4

Browse files
authored
SWI-4242 Fix env var (#181)
1 parent c203e8c commit b19f2a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,7 @@ jobs:
134134
python setup.py sdist bdist_wheel
135135
twine upload dist/* -u __token__ -p $PYPI_API_KEY
136136
env:
137-
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
138-
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
137+
PYPI_API_KEY: ${{ secrets.PYPI_API_KEY }}
139138

140139
- uses: Bandwidth/build-notify-slack-action@v1.0.0
141140
if: always()

0 commit comments

Comments
 (0)