Skip to content

Commit

Permalink
[skip ci] added project toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-youngblut committed Jan 6, 2024
1 parent aca26a3 commit 33d3f38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: python -m pip install build numpy --user
- name: Build package
run: python -m build
- name: Publish package
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools", "wheel", "numpy"]
build-backend = "setuptools.build_meta"

0 comments on commit 33d3f38

Please sign in to comment.