Skip to content

Commit bc73a67

Browse files
authored
Update push_packages.yml
1 parent 642851b commit bc73a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
cd gcastle
1515
pip3 install -r ./requirements.txt
1616
python3 setup.py sdist bdist_wheel
17-
twine upload -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }} dist/*
17+
twine upload -u __token__ -p ${{ secrets.PYPI_API_TOKEN }} dist/*
1818
ls dist/*
1919
2020
push_to_dockerhub:

0 commit comments

Comments
 (0)