Skip to content

Commit 21fbe62

Browse files
committed
Pin GitHub actions used for release
1 parent 2c5ff94 commit 21fbe62

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1515
- name: Build a binary wheel and a source tarball
1616
run: |
1717
python3 -m venv build-env
18-
build-env/bin/python -m pip install --no-deps --require-hashes -r build-requirements.txt
18+
build-env/bin/python -m pip install --no-deps --only-binary :all: --require-hashes -r build-requirements.txt
1919
build-env/bin/python -m build --no-isolation
2020
- name: Store the distribution packages
21-
uses: actions/upload-artifact@v4
21+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
2222
with:
2323
name: python-package-distributions
2424
path: dist/
@@ -37,9 +37,9 @@ jobs:
3737

3838
steps:
3939
- name: Download all the dists
40-
uses: actions/download-artifact@v4
40+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
4141
with:
4242
name: python-package-distributions
4343
path: dist/
4444
- name: Publish distribution 📦 to PyPI
45-
uses: pypa/gh-action-pypi-publish@release/v1
45+
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # release/v1

0 commit comments

Comments
 (0)