Skip to content

Commit c4693a6

Browse files
committed
Undo temporary changes to CI for second build workflow run
1 parent 5611aa2 commit c4693a6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Build and publish to PyPI
33
on:
44
release:
55
types: [created]
6-
workflow_dispatch:
7-
push:
86

97
jobs:
108
build-sdist:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ line-length = 99
9090
target-version = 'py39'
9191

9292
[tool.cibuildwheel]
93-
build = "cp39*-manylinux_x86_64 cp39*-win_amd64 cp39*-macosx_x86_64 cp39*-macosx_arm64"
93+
build = "cp3*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64 cp3*-macosx_arm64"
9494
skip = "cp36-* cp37-* cp38-*"
9595
test-command = "ms2pip --help"
9696

0 commit comments

Comments
 (0)