Skip to content

Commit 7552435

Browse files
committed
try again
1 parent c748904 commit 7552435

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/python-publish.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ jobs:
7373
githubToken: ${{ github.token }}
7474
install: |
7575
apt-get update
76-
apk add py3-pip py3-virtualenv
7776
apt-get install -y --no-install-recommends python3 python3-pip
7877
pip3 install -U pip pytest
7978
run: |
@@ -143,8 +142,8 @@ jobs:
143142
-e H5_NO_ALIGNMENT_RESTRICTIONS_RUN=0 \
144143
-e H5_NO_ALIGNMENT_RESTRICTIONS_RUN__TRYRUN_OUTPUT="" \
145144
-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
148147
- name: Upload wheels
149148
uses: actions/upload-artifact@v4
150149
with:

0 commit comments

Comments
 (0)