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 6a66563 commit 07cae88Copy full SHA for 07cae88
.github/workflows/nightly.yml
@@ -90,7 +90,7 @@ jobs:
90
if: ${{ !env.ACT }}
91
run: twine upload --verbose dist/*
92
env:
93
- TWINE_USERNAME: PAT
+ TWINE_USERNAME: "__token__"
94
TWINE_PASSWORD: ${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }}
95
TWINE_REPOSITORY_URL: ${{ secrets.PRIVATE_PYPI_URL }}
96
0 commit comments