Skip to content

Commit 0f53880

Browse files
committed
try fixing upload issue 1
1 parent 0d1d1de commit 0f53880

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
run: |
4242
echo $TWINE_USERNAME
4343
echo $TWINE_PASSWORD
44-
python -m pip install -U twine virtualenv
44+
python -m pip install -U twine virtualenv "pkginfo>=1.11"
4545
twine upload --skip-existing wheelhouse/*.whl
4646
continue-on-error: true

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
requires = [
44
"setuptools>=42",
55
"wheel",
6-
"numpy>=1.22"
6+
"numpy>=2.0"
77
]
88

99
build-backend = "setuptools.build_meta"
1010

1111

1212
[tool.cibuildwheel]
13-
build = "cp38-* cp39-* cp310-*"
14-
13+
build = "cp39-* cp310-* cp311-* cp312-* cp313-*"
1514
skip = "pp* *686* *-musllinux_*"

0 commit comments

Comments
 (0)