Skip to content

Commit

Permalink
Merge pull request #545 from JuliaPy/fix-pypi-test
Browse files Browse the repository at this point in the history
Fix PyPI test with missing setuptools
  • Loading branch information
MilesCranmer authored Dec 30, 2023
2 parents 12cba08 + 96988c8 commit 81af16e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install setuptools and wheel
run: |
python -m pip install --user setuptools wheel
- name: Download from TestPyPI
run: |
pip download --dest dist --no-deps --index-url https://test.pypi.org/simple/ ${{ matrix.package }}
Expand Down

0 comments on commit 81af16e

Please sign in to comment.