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 f608d34 commit c0ab797Copy full SHA for c0ab797
.github/workflows/release-pypi.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install dependencies
30
run: |
31
pip install --upgrade pip
32
- pip install wheel
+ pip install wheel twine
33
pip install "packaging>=24.2"
34
35
- name: Checkout code
0 commit comments