Skip to content

Commit

Permalink
fixup! use pyproject.toml for build specification
Browse files Browse the repository at this point in the history
  • Loading branch information
jokva committed Nov 27, 2024
1 parent 821fa1b commit 29b8534
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
pip install -r requirements-dev.txt
- name: Build wheel
run: |
python -m pip wheel
python -m pip build --wheel
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
python -m pytest
- name: Build wheel
run: |
python -m pip wheel
python -m build --wheel
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ numpy
setuptools-scm
hypothesis
wheel
build

0 comments on commit 29b8534

Please sign in to comment.