Skip to content

Commit

Permalink
Update PyPI deploy to use build
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Feb 12, 2024
1 parent 8c81191 commit 93a1cee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
with:
python-version: 3.10.8
- name: "Install building tools"
run: pip install wheel
run: pip install build
- name: "Build package"
run: python setup.py sdist bdist_wheel
run: python -m build
- name: "Publish distribution 📦 to Test PyPI"
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 93a1cee

Please sign in to comment.