Skip to content

Commit 90395eb

Browse files
committed
update github ci
1 parent 8e8510e commit 90395eb

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/python-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
18+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1919

2020
steps:
2121
- uses: actions/checkout@v2

.github/workflows/python-publish.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
build_wheels:
1717
name: Build wheels on ${{ matrix.os }}
1818
runs-on: ${{ matrix.os }}
19+
env:
20+
CIBW_ARCHS_LINUX: "auto aarch64"
21+
1922
strategy:
2023
fail-fast: true
2124
matrix:
@@ -25,7 +28,7 @@ jobs:
2528
- uses: actions/checkout@v2
2629

2730
- name: Build wheels
28-
uses: pypa/cibuildwheel@v2.12.1
31+
uses: pypa/cibuildwheel@v2.21.3
2932

3033
- uses: actions/upload-artifact@v2
3134
with:
@@ -57,7 +60,7 @@ jobs:
5760
path: dist
5861

5962
- name: Publish package
60-
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
63+
uses: pypa/gh-action-pypi-publish@v1.10.3
6164
with:
6265
user: __token__
6366
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)