Skip to content

Commit

Permalink
Pin external github actions,
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Aug 28, 2022
1 parent a814202 commit f911402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:

- name: Publish to PyPI - on tag
if: startsWith(github.ref, 'refs/tags/')
uses: pypa/gh-action-pypi-publish@v1.4.2
uses: pypa/gh-action-pypi-publish@37f50c210e3d2f9450da2cd423303d6a14a6e29f
with:
password: ${{ secrets.PYPI_TOKEN }}
verbose: true
Expand All @@ -258,6 +258,6 @@ jobs:
- pypi-publish
steps:
- name: Require all successes
uses: re-actors/alls-green@release/v1
uses: re-actors/alls-green@3a2de129f0713010a71314c74e33c0e3ef90e696
with:
jobs: ${{ toJSON(needs) }}

0 comments on commit f911402

Please sign in to comment.