File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 43
43
with :
44
44
python-version : 3.x
45
45
- name : Build wheels
46
- uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1
46
+ uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
47
47
with :
48
48
target : ${{ matrix.arch }}
49
49
args : --release --out dist --find-interpreter
60
60
steps :
61
61
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
62
62
- name : Build sdist
63
- uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1
63
+ uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
64
64
with :
65
65
command : sdist
66
66
args : --out dist
92
92
with :
93
93
subject-path : " wheels-*/*"
94
94
- name : Publish to PyPI
95
- uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1
95
+ uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
96
96
with :
97
97
command : upload
98
98
args : --non-interactive --skip-existing wheels-*/*
You canβt perform that action at this time.
0 commit comments