Skip to content

Commit b8c87d9

Browse files
committed
fixup! .github: workflow updated, prepare to build package wheels from alpine-chroots of different archs
1 parent 10016ae commit b8c87d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
with:
3535
persist-credentials: false
3636

37-
- name: Install build dependencies
38-
run: python -m pip install --upgrade pip build
39-
shell: alpine.sh {0} -root
37+
- name: Create build env
38+
run: python3 -m venv /tmp/build_venv && . /tmp/build_venv/bin/activate && pip install --upgrade build
39+
shell: alpine.sh {0}
4040

4141
- name: Build package
42-
run: python -m build
42+
run: . /tmp/build_venv/bin/activate && python -m build
4343
shell: alpine.sh {0}
4444

4545
- name: Store the distribution packages

0 commit comments

Comments
 (0)