Skip to content

Commit 14a8df6

Browse files
committed
Install platform alongside cibuildwheel
Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent a14d877 commit 14a8df6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/setup-python@v5
3636

3737
- name: Install cibuildwheel
38-
run: python -m pip install cibuildwheel twine
38+
run: python -m pip install cibuildwheel twine platform
3939

4040
- name: Build wheels
4141
env:

0 commit comments

Comments
 (0)