Skip to content

Commit

Permalink
added pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Oct 30, 2024
1 parent 8c1dc72 commit e354fb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ jobs:
env:
CIBW_ARCHS: ${{ matrix.cibw_archs }}
PIP_USE_PEP517: 1
CIBW_BEFORE_BUILD: pip install setuptools

- name: "Upload artifacts"
uses: actions/upload-artifact@v4
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"]
build-backend = "setuptools.build_meta"

0 comments on commit e354fb9

Please sign in to comment.