Skip to content

Commit a76105b

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
persist-credentials: false
3636

3737
- name: Create build env
38-
run: python3 -m venv /tmp/build_venv && . /tmp/build_venv/bin/activate && pip install --upgrade build
38+
run: python3 -m venv /tmp/build_venv && . /tmp/build_venv/bin/activate && pip install --upgrade pip build
3939
shell: alpine.sh {0}
4040

4141
- name: Build package

0 commit comments

Comments
 (0)