Skip to content

Commit ab9d2e5

Browse files
Update python-publish.yml
1 parent 8dbfbab commit ab9d2e5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: .github/workflows/python-publish.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [macos-latest, ubuntu-latest]
19-
python-version: ['3.6', '3.7', '3.8', '3.9']
19+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
2020
exclude:
2121
# excludes node 4 on macOS
2222
- os: ubuntu-latest
@@ -25,6 +25,8 @@ jobs:
2525
python-version: '3.7'
2626
- os: ubuntu-latest
2727
python-version: '3.8'
28+
- os: ubuntu-latest
29+
python-version: '3.9'
2830

2931
steps:
3032
- uses: actions/checkout@v2
@@ -44,9 +46,9 @@ jobs:
4446
python setup.py bdist_wheel --universal
4547
- name: Linux Build
4648
if: matrix.os == 'ubuntu-latest'
47-
uses: RalfG/python-wheels-manylinux-build@v0.3.3-manylinux2010_x86_64
49+
uses: RalfG/python-wheels-manylinux-build@v0.5.0-manylinux2010_x86_64
4850
with:
49-
python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39'
51+
python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310'
5052
build-requirements: 'setuptools wheel setuptools_rust'
5153
pip-wheel-args: '-w ./dist --no-deps'
5254
pre-build-command: 'source ./install-rust.sh'

0 commit comments

Comments
 (0)