Skip to content

Commit cb63de0

Browse files
authored
Merge pull request #271 from UXARRAY/pypi-secret
Update pypi,yaml to change the secret
2 parents 2a0d4bb + 899576d commit cb63de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151
uses: pypa/gh-action-pypi-publish@v1.8.5
5252
with:
5353
user: __token__
54-
password: ${{ secrets.PYPI_PASSWORD }}
54+
password: ${{ secrets.PYPI_UXARRAY }}
5555
skip_existing: true
5656
verbose: true

0 commit comments

Comments
 (0)