Skip to content

Commit

Permalink
Fix error in cd
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisJ committed Mar 10, 2020
1 parent 4eda2d0 commit 9749284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Expand Up @@ -53,4 +53,4 @@ jobs:
python3 setup.py sdist bdist_wheel
python3 -m twine upload --repository-url https://pypi.org/legacy/ dist/* -u __token__ -p $PYPI_PROD_TOKEN
env:
PYPI_TEST_TOKEN: ${{ secrets.PYPI_PROD_TOKEN }}
PYPI_PROD_TOKEN: ${{ secrets.PYPI_PROD_TOKEN }}

0 comments on commit 9749284

Please sign in to comment.