Skip to content

Commit 54173db

Browse files
committed
update release env-var following secret renaming
1 parent dfc04fe commit 54173db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pypi-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: publish
3232
env:
3333
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
34-
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
34+
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
3535
run: |
3636
if [ "$(cat src/mlstacks/VERSION)" = "$(echo ${GITHUB_REF} | sed 's|refs/tags/||g')" ];
3737
then ./scripts/publish.sh;

0 commit comments

Comments
 (0)