File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
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 :
You can’t perform that action at this time.
0 commit comments