Skip to content

Commit 9727174

Browse files
committed
Specify proper package in pypi-release.yml
Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent 14a8df6 commit 9727174

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- name: Set up Python
3535
uses: actions/setup-python@v5
3636

37-
- name: Install cibuildwheel
38-
run: python -m pip install cibuildwheel twine platform
37+
- name: Install cibuildwheel, twine, and packaging
38+
run: python -m pip install cibuildwheel twine packaging
3939

4040
- name: Build wheels
4141
env:

0 commit comments

Comments
 (0)