Skip to content

Commit

Permalink
release work?
Browse files Browse the repository at this point in the history
  • Loading branch information
tinmarr committed Aug 29, 2022
1 parent 841da3f commit 3b1c149
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
run: |
python -m pip install --upgrade pip
git submodule update --init --recursive
pip install build
pip install -e .
pip install build Cython~=3.0.0a11
- name: Build
run: |
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[build-system]
requires = ["setuptools ~= 63.2", "wheel ~= 0.37", "Cython ~= 3.0.0a11"]
# if updating the Cython version, update the version in release.yml as well
requires = ["setuptools ~= 63.2", "wheel ~= 0.37", "Cython ~= 3.0.0a11"]
build-backend = "setuptools.build_meta"

[tool.pyright]
Expand Down

0 comments on commit 3b1c149

Please sign in to comment.