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 16
16
- uses : actions/checkout@v4
17
17
18
18
- name : Build wheels
19
- uses : pypa/cibuildwheel@v2.21.3
19
+ uses : pypa/cibuildwheel@v2.22.0
20
20
env :
21
21
CIBW_BUILD : cp312-manylinux_x86_64
22
22
CIBW_MANYLINUX_X86_64_IMAGE : manylinux2014
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ jobs:
39
39
run : |
40
40
python build_tools/github/check_wheels.py
41
41
- name : Publish package to TestPyPI
42
- uses : pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
42
+ uses : pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
43
43
with :
44
44
repository-url : https://test.pypi.org/legacy/
45
45
print-hash : true
46
46
if : ${{ github.event.inputs.pypi_repo == 'testpypi' }}
47
47
- name : Publish package to PyPI
48
- uses : pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
48
+ uses : pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
49
49
if : ${{ github.event.inputs.pypi_repo == 'pypi' }}
50
50
with :
51
51
print-hash : true
You can’t perform that action at this time.
0 commit comments