Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-publish-dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'google/orbax'
steps:
- uses: etils-actions/pypi-auto-publish@v1
- uses: etils-actions/pypi-auto-publish@e3c4b4afc3a5b12a44734da938741995538e8223 # v1
with:
pypi-token: skip # Skips PyPI upload
# Omitting gh-token skips GitHub release creation
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
# 1. Publish the sub-packages first
- uses: etils-actions/pypi-auto-publish@v1
- uses: etils-actions/pypi-auto-publish@e3c4b4afc3a5b12a44734da938741995538e8223 # v1
with:
pypi-token: ${{ secrets.PYPI_API_TOKEN_OBX_CKPT }}
gh-token: ${{ secrets.GH_PUBLISH_TOKEN }}
Expand All @@ -39,7 +39,7 @@ jobs:

steps:
# 1. Publish the sub-packages first
- uses: etils-actions/pypi-auto-publish@v1
- uses: etils-actions/pypi-auto-publish@e3c4b4afc3a5b12a44734da938741995538e8223 # v1
with:
# NOTE: Do not use gh-token here, as it would conflict with orbax-checkpoint.
pypi-token: ${{ secrets.PYPI_API_TOKEN_OBX_EXPT }}
Expand Down
Loading