Skip to content

Commit 07cae88

Browse files
authored
fix: night build push (#12)
1 parent 6a66563 commit 07cae88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
if: ${{ !env.ACT }}
9191
run: twine upload --verbose dist/*
9292
env:
93-
TWINE_USERNAME: PAT
93+
TWINE_USERNAME: "__token__"
9494
TWINE_PASSWORD: ${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }}
9595
TWINE_REPOSITORY_URL: ${{ secrets.PRIVATE_PYPI_URL }}
9696

0 commit comments

Comments
 (0)