Skip to content

Commit 9c5572b

Browse files
authored
Merge pull request #258 from ssl-hep:pr_fix_pypi_upload
Fix up to use proper name of the token
2 parents 1ddbf03 + ee6c784 commit 9c5572b

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
@@ -25,5 +25,5 @@ jobs:
2525
- name: Publish servicex to PyPI
2626
uses: pypa/gh-action-pypi-publish@v1.6.4
2727
with:
28-
password: ${{ secrets.pypi_password }}
28+
password: ${{ secrets.PYPI_PASSWORD_SERVICEX }}
2929
print_hash: true

0 commit comments

Comments
 (0)