Skip to content

Commit ef1a9ab

Browse files
committed
update release workflow to use pypi token
1 parent e751b04 commit ef1a9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
uses: pypa/gh-action-pypi-publish@release/v1
4040
with:
4141
user: __token__
42-
password: ${{ secrets.PYPI_API_JPMC_OSS }}
42+
password: ${{ secrets.PYPI_TOKEN }}
4343
print_hash: true

0 commit comments

Comments
 (0)