Skip to content

Commit

Permalink
hash pin pypa/gh-action-pypi-publish (#1867)
Browse files Browse the repository at this point in the history
Signed-off-by: Joyce <[email protected]>
  • Loading branch information
joycebrum authored Sep 29, 2023
1 parent 55221c4 commit bf526ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ jobs:
cp Windows-3.11-nightly/tensorflow_io_nightly*.whl dist/
ls -la dist/
sha256sum dist/*.whl
- uses: pypa/gh-action-pypi-publish@master
- uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e # v1.8.10
with:
user: __token__
password: ${{ secrets.github_tensorflow_io_nightly }}
Expand All @@ -946,7 +946,7 @@ jobs:
cp Windows-3.11-nightly/tensorflow_io_gcs_filesystem_nightly*.whl dist/
ls -la dist/
sha256sum dist/*.whl
- uses: pypa/gh-action-pypi-publish@master
- uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e # v1.8.10
with:
user: __token__
password: ${{ secrets.tensorflow_io_gcs_filesystem_nightly }}
Expand Down

0 comments on commit bf526ed

Please sign in to comment.