We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 642851b commit bc73a67Copy full SHA for bc73a67
.github/workflows/push_packages.yml
@@ -14,7 +14,7 @@ jobs:
14
cd gcastle
15
pip3 install -r ./requirements.txt
16
python3 setup.py sdist bdist_wheel
17
- twine upload -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }} dist/*
+ twine upload -u __token__ -p ${{ secrets.PYPI_API_TOKEN }} dist/*
18
ls dist/*
19
20
push_to_dockerhub:
0 commit comments