Skip to content

Commit

Permalink
Require setuptools>=64 for build backend (python-graphblas#376)
Browse files Browse the repository at this point in the history
* Require setuptools>=64 for build backend

This is to support editable installs with the new way of doing things:
https://setuptools.pypa.io/en/latest/history.html#v64-0-0

* Be specific: pypa/[email protected]
  • Loading branch information
eriknw authored Jan 25, 2023
1 parent 2078110 commit e34b6dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Check with twine
run: python -m twine check --strict dist/*
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@v1.6.4
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
build-backend = "setuptools.build_meta"
requires = [
"setuptools >=61",
"setuptools >=64",
"setuptools-git-versioning",
]

Expand Down

0 comments on commit e34b6dd

Please sign in to comment.