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 18589bb commit 57d6b6aCopy full SHA for 57d6b6a
.github/workflows/publish.yml
@@ -63,6 +63,9 @@ jobs:
63
uses: actions/setup-python@v4
64
with:
65
python-version: 3.9
66
+ - name: Install setuptools and wheel
67
+ run: |
68
+ python -m pip install --user setuptools wheel
69
- name: Download from TestPyPI
70
run: |
71
pip download --dest dist --no-deps --index-url https://test.pypi.org/simple/ ${{ matrix.package }}
0 commit comments