40
40
python-version : 3.8
41
41
architecture : x64
42
42
43
- - uses : messense/maturin-action@59e476bfb6fd6e071aaa1cf62bc573e10cdac221
43
+ - uses : messense/maturin-action@49e11751aa9751fc4db9c247b8910702ee225df9
44
44
with :
45
45
rust-toolchain : stable
46
46
manylinux : auto
71
71
with :
72
72
python-version : ${{ matrix.python-version }}
73
73
74
- - uses : messense/maturin-action@59e476bfb6fd6e071aaa1cf62bc573e10cdac221
74
+ - uses : messense/maturin-action@49e11751aa9751fc4db9c247b8910702ee225df9
75
75
env :
76
76
PYO3_PYTHON : python${{ matrix.python-version }}
77
77
with :
@@ -101,7 +101,7 @@ jobs:
101
101
python-version : ${{ matrix.python-version }}
102
102
103
103
- name : Build wheels - x86_64
104
- uses : messense/maturin-action@59e476bfb6fd6e071aaa1cf62bc573e10cdac221
104
+ uses : messense/maturin-action@49e11751aa9751fc4db9c247b8910702ee225df9
105
105
env :
106
106
PYO3_PYTHON : python${{ matrix.python-version }}
107
107
with :
@@ -110,7 +110,7 @@ jobs:
110
110
args : --release -o dist
111
111
112
112
- name : Build wheels - universal2
113
- uses : messense/maturin-action@59e476bfb6fd6e071aaa1cf62bc573e10cdac221
113
+ uses : messense/maturin-action@49e11751aa9751fc4db9c247b8910702ee225df9
114
114
env :
115
115
PYO3_PYTHON : python${{ matrix.python-version }}
116
116
with :
@@ -175,15 +175,15 @@ jobs:
175
175
# name: wheels
176
176
177
177
# - name: Publish to PyPI Tests
178
- # uses: messense/maturin-action@59e476bfb6fd6e071aaa1cf62bc573e10cdac221
178
+ # uses: messense/maturin-action@49e11751aa9751fc4db9c247b8910702ee225df9
179
179
# env:
180
180
# MATURIN_PYPI_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
181
181
# with:
182
182
# command: upload
183
183
# args: --repository-url=https://test.pypi.org/legacy/ --skip-existing *
184
184
185
185
# - name: Publish to PyPI
186
- # uses: messense/maturin-action@59e476bfb6fd6e071aaa1cf62bc573e10cdac221
186
+ # uses: messense/maturin-action@49e11751aa9751fc4db9c247b8910702ee225df9
187
187
# env:
188
188
# MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
189
189
# with:
0 commit comments