Skip to content

Commit 13506c7

Browse files
committed
update actions
1 parent 49207fe commit 13506c7

File tree

4 files changed

+56
-40
lines changed

4 files changed

+56
-40
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Install dependencies
2626
run: poetry install
2727

28+
- name: poetry pre-build
29+
run: poetry build
30+
2831
- name: Build sdist package
2932
run: poetry run python setup.py sdist
3033

dist/rehline-0.0.3.tar.gz

34 Bytes
Binary file not shown.

poetry.lock

Lines changed: 52 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ pybind11 = "^2.11.1"
2424
numpy = "^1.23.5"
2525
scipy = "^1.11.4"
2626
scikit-learn = "^1.2.2"
27-
setuptools = "^69.0.3"
2827

2928
[build-system]
30-
requires = ["poetry-core>=1.0.0", "requests ~= 2.27.0", "pybind11 ~= 2.11.1", "setuptools ~= 69.0.3"]
29+
requires = ["poetry-core>=1.0.0", "requests ~= 2.27.0", "pybind11 ~= 2.11.1", "setuptools ~= 69.0.3", "wheel ~= 0.42.0"]
3130
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)