We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a8df6 commit 9727174Copy full SHA for 9727174
1 file changed
.github/workflows/pypi-release.yml
@@ -34,8 +34,8 @@ jobs:
34
- name: Set up Python
35
uses: actions/setup-python@v5
36
37
- - name: Install cibuildwheel
38
- run: python -m pip install cibuildwheel twine platform
+ - name: Install cibuildwheel, twine, and packaging
+ run: python -m pip install cibuildwheel twine packaging
39
40
- name: Build wheels
41
env:
0 commit comments