We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5611aa2 commit c4693a6Copy full SHA for c4693a6
.github/workflows/build_and_publish.yml
@@ -3,8 +3,6 @@ name: Build and publish to PyPI
3
on:
4
release:
5
types: [created]
6
- workflow_dispatch:
7
- push:
8
9
jobs:
10
build-sdist:
pyproject.toml
@@ -90,7 +90,7 @@ line-length = 99
90
target-version = 'py39'
91
92
[tool.cibuildwheel]
93
-build = "cp39*-manylinux_x86_64 cp39*-win_amd64 cp39*-macosx_x86_64 cp39*-macosx_arm64"
+build = "cp3*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64 cp3*-macosx_arm64"
94
skip = "cp36-* cp37-* cp38-*"
95
test-command = "ms2pip --help"
96
0 commit comments