Skip to content

Commit

Permalink
fix: night build push (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue authored Jun 28, 2023
1 parent 6a66563 commit 07cae88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
if: ${{ !env.ACT }}
run: twine upload --verbose dist/*
env:
TWINE_USERNAME: PAT
TWINE_USERNAME: "__token__"
TWINE_PASSWORD: ${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }}
TWINE_REPOSITORY_URL: ${{ secrets.PRIVATE_PYPI_URL }}

Expand Down

0 comments on commit 07cae88

Please sign in to comment.