Skip to content

Commit 867e577

Browse files
committed
force 3.9 wheel creation
1 parent bf782b6 commit 867e577

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ jobs:
1414
with:
1515
pre-build-command: source .github/workflows/wheel-prep.sh
1616
build-requirements: mypy -rrequirements.txt
17+
python-version: cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39
1718
- name: Build manylinux2014 Python wheels
1819
uses: RalfG/[email protected]_x86_64
1920
with:
2021
pre-build-command: source .github/workflows/wheel-prep.sh
2122
build-requirements: mypy -rrequirements.txt
23+
python-version: cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39
2224
- name: Move audited wheels to new directory
2325
run: mkdir audited_wheels && cp dist/*-manylinux*.whl audited_wheels/
2426
- name: Publish wheels to PyPI

0 commit comments

Comments
 (0)