Skip to content

Commit

Permalink
Try fix deploy 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander.A.Utkin committed Sep 6, 2024
1 parent 9cf07ae commit 8efe5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
env:
TESTPYPI_TOKEN: ${{ secrets.TESTPYPI_TOKEN }}
run: |
pipx install twine
python3 -m pip install --break-system-packages twine
python3 -m twine upload --verbose --repository testpypi dist/* -u __token__ -p pypi-$TESTPYPI_TOKEN
# wait for deploy finishing on test pypi server
sleep 240
Expand Down

0 comments on commit 8efe5cd

Please sign in to comment.