Skip to content

Commit 96988c8

Browse files
committed
Fix PyPI test with missing setuptools
1 parent 12cba08 commit 96988c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ jobs:
6363
uses: actions/setup-python@v4
6464
with:
6565
python-version: 3.9
66+
- name: Install setuptools and wheel
67+
run: |
68+
python -m pip install --user setuptools wheel
6669
- name: Download from TestPyPI
6770
run: |
6871
pip download --dest dist --no-deps --index-url https://test.pypi.org/simple/ ${{ matrix.package }}

0 commit comments

Comments
 (0)