Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
rjfarmer committed Jul 10, 2024
1 parent 16774aa commit 08c307d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,10 @@ jobs:
python -m pip install build wheel pytest
- name: Build a binary wheel and a source tarball
run: >-
python3 -m
build
--sdist
--wheel
--outdir dist/
.
python3 -m build
- name: Test
run: |
python -m pip install dist/mesaPlot*.tar.gz
python -m pip install dist/mesaplot*.tar.gz
python -m pytest
- name: Publish package distributions to PyPI
Expand Down

0 comments on commit 08c307d

Please sign in to comment.