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 1f1d19a commit afac856Copy full SHA for afac856
.github/workflows/pythonpublish.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install dependencies
17
run: |
18
python -m pip install --upgrade pip
19
- pip install setuptools wheel twine auditwheel
+ pip install setuptools wheel==0.34.2 twine auditwheel
20
- name: Build and publish
21
env:
22
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME_Y }}
0 commit comments