Skip to content

Commit

Permalink
update PYPI_API_TOKEN_ML4CO_KIT
Browse files Browse the repository at this point in the history
  • Loading branch information
ubuntu committed Apr 15, 2024
1 parent 66b8b20 commit 7a752b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python -m twine upload dist/*
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN_DATA4CO }}
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN_ML4CO_KIT }}


linux:
Expand Down Expand Up @@ -74,4 +74,4 @@ jobs:
python -m twine upload dist/*
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN_DATA4CO }}
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN_ML4CO_KIT }}

0 comments on commit 7a752b4

Please sign in to comment.