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 9749284 commit 736adba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Expand Up @@ -51,6 +51,6 @@ jobs:
export PYTHONPATH=$(pwd)
pip install setuptools wheel twine
python3 setup.py sdist bdist_wheel
python3 -m twine upload --repository-url https://pypi.org/legacy/ dist/* -u __token__ -p $PYPI_PROD_TOKEN
python3 -m twine upload dist/* -u __token__ -p $PYPI_PROD_TOKEN
env:
PYPI_PROD_TOKEN: ${{ secrets.PYPI_PROD_TOKEN }}

0 comments on commit 736adba

Please sign in to comment.