Skip to content

Commit afac856

Browse files
committed
minor fix
1 parent 1f1d19a commit afac856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip
19-
pip install setuptools wheel twine auditwheel
19+
pip install setuptools wheel==0.34.2 twine auditwheel
2020
- name: Build and publish
2121
env:
2222
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME_Y }}

0 commit comments

Comments
 (0)