Skip to content

Commit e3f1670

Browse files
committed
fix publish workflow OS
1 parent cb30fdd commit e3f1670

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpublish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
python-version: ['3.11']
18-
os: [ubuntu-20.04, windows-2019, macos-latest]
18+
os: [ubuntu-latest, windows-latest, macos-latest]
1919
steps:
2020
- uses: actions/checkout@v3
2121
- name: Set up Python ${{ matrix.python-version }}
@@ -36,7 +36,7 @@ jobs:
3636
- name: Build wheels
3737
run: python -m cibuildwheel --output-dir dist/
3838
env:
39-
CIBW_BUILD: "cp38* cp39* cp310* cp311*"
39+
CIBW_BUILD: "cp38* cp39* cp310* cp311* cp312*"
4040
CIBW_SKIP: "*_i686 *win32 *musllinux* pp*"
4141
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
4242
CIBW_TEST_REQUIRES: "pytest"

0 commit comments

Comments
 (0)