We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf782b6 commit 867e577Copy full SHA for 867e577
.github/workflows/wheels.yml
@@ -14,11 +14,13 @@ jobs:
14
with:
15
pre-build-command: source .github/workflows/wheel-prep.sh
16
build-requirements: mypy -rrequirements.txt
17
+ python-version: cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39
18
- name: Build manylinux2014 Python wheels
19
uses: RalfG/[email protected]_x86_64
20
21
22
23
24
- name: Move audited wheels to new directory
25
run: mkdir audited_wheels && cp dist/*-manylinux*.whl audited_wheels/
26
- name: Publish wheels to PyPI
0 commit comments