Skip to content

Commit d196aa0

Browse files
committed
comment out skip pp
1 parent 65e2e8a commit d196aa0

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: CI
22

3-
on: [push, pull_request, workflow_dispatch]
3+
#on: [push, pull_request, workflow_dispatch]
4+
on: [push]
5+
46

57
concurrency:
68
group: ${{ github.workflow }}-${{ github.ref }}

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
requires = ["setuptools>=44"]
44
build-backend = "setuptools.build_meta"
55

6-
[tool.cibuildwheel]
7-
skip = "pp*" # Disable building PyPy wheels on all platforms
6+
#[tool.cibuildwheel]
7+
#skip = "pp*" # Disable building PyPy wheels on all platforms

0 commit comments

Comments
 (0)