Skip to content

Commit 8990109

Browse files
committed
update workflow versions
1 parent a734e6c commit 8990109

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
12+
os: [ubuntu-latest, windows-latest, macos-latest]
1313

1414
steps:
1515
- uses: actions/checkout@v4
1616

1717
- name: Build wheels
1818
uses: pypa/cibuildwheel@v2.21.3
1919
env:
20-
CIBW_TEST_REQUIRES: pytest torch==2.5.1, pysdd==1.0.0
20+
CIBW_TEST_REQUIRES: pytest torch==2.8.0, pysdd==1.0.5
2121
CIBW_TEST_COMMAND: "pytest {project}/tests"
2222
CIBW_SKIP: cp36-* cp37-* cp38-* cp313-* pp* *i686 *ppc64le *s390x *win32* *musllinux*
2323
CIBW_TEST_SKIP: cp39-macosx_x86_64 cp310-macosx_x86_64 cp311-macosx_x86_64 cp312-macosx_x86_64
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Python
3737
uses: actions/setup-python@v5
3838
with:
39-
python-version: '3.9'
39+
python-version: '3.10'
4040
- name: Build
4141
run: |
4242
python -m pip install build
@@ -48,7 +48,7 @@ jobs:
4848
path: dist/*.tar.gz
4949

5050
upload_wheels:
51-
name: Upload wheels to private PyPI
51+
name: Upload wheels to PyPI
5252
runs-on: ubuntu-latest
5353
needs: [ build_wheels,build_sdist ]
5454
environment:

0 commit comments

Comments
 (0)