File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15
15
- name : Build a binary wheel and a source tarball
16
16
run : |
17
17
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
19
19
build-env/bin/python -m build --no-isolation
20
20
- name : Store the distribution packages
21
- uses : actions/upload-artifact@v4
21
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
22
22
with :
23
23
name : python-package-distributions
24
24
path : dist/
37
37
38
38
steps :
39
39
- name : Download all the dists
40
- uses : actions/download-artifact@v4
40
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
41
41
with :
42
42
name : python-package-distributions
43
43
path : dist/
44
44
- name : Publish distribution 📦 to PyPI
45
- uses : pypa/gh-action-pypi-publish@release/v1
45
+ uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # release/v1
You can’t perform that action at this time.
0 commit comments