Commit 7552435 1 parent c748904 commit 7552435 Copy full SHA for 7552435
File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 73
73
githubToken : ${{ github.token }}
74
74
install : |
75
75
apt-get update
76
- apk add py3-pip py3-virtualenv
77
76
apt-get install -y --no-install-recommends python3 python3-pip
78
77
pip3 install -U pip pytest
79
78
run : |
@@ -143,8 +142,8 @@ jobs:
143
142
-e H5_NO_ALIGNMENT_RESTRICTIONS_RUN=0 \
144
143
-e H5_NO_ALIGNMENT_RESTRICTIONS_RUN__TRYRUN_OUTPUT="" \
145
144
-w /io \
146
- messense/rust-musl-cross:x86_64-musl \
147
- /bin/sh -c "apk add python3 py3-pip && pip3 install maturin && maturin build --release --target x86_64-unknown-linux-musl --out dist --find-interpreter --verbose"
145
+ ghcr.io/pyo3/maturin:main \
146
+ maturin build --release --target x86_64-unknown-linux-musl --out dist --find-interpreter --verbose
148
147
- name : Upload wheels
149
148
uses : actions/upload-artifact@v4
150
149
with :
You can’t perform that action at this time.
0 commit comments