File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
name : Build CPython-${{ matrix.os }}
33
33
steps :
34
34
- uses : actions/checkout@v4
35
-
35
+ - uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
36
36
env :
37
37
CIBW_ARCHS_MACOS : x86_64 universal2
38
38
CIBW_TEST_SKIP : ' *universal2:arm64'
Original file line number Diff line number Diff line change @@ -76,14 +76,14 @@ jobs:
76
76
name : all-dist-${{ github.run_id }}
77
77
path : dist/
78
78
- name : Publish package distributions to TestPyPI
79
- uses : pypa/gh-action-pypi-publish@release/v1
79
+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
80
80
with :
81
81
repository-url : https://test.pypi.org/legacy/
82
82
skip-existing : true
83
83
attestations : ${{ env.DRY_RUN }}
84
84
- name : Publish distribution 📦 to PyPI
85
85
if : startsWith(env.DRY_RUN, 'false')
86
- uses : pypa/gh-action-pypi-publish@release/v1
86
+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
87
87
88
88
post-publish :
89
89
needs : [publish]
You can’t perform that action at this time.
0 commit comments