Skip to content

Commit

Permalink
Merge pull request #271 from UXARRAY/pypi-secret
Browse files Browse the repository at this point in the history
Update pypi,yaml to change the secret
  • Loading branch information
pilotchute authored Apr 11, 2023
2 parents 2a0d4bb + 899576d commit cb63de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}
password: ${{ secrets.PYPI_UXARRAY }}
skip_existing: true
verbose: true

0 comments on commit cb63de0

Please sign in to comment.