We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e2e8a commit d196aa0Copy full SHA for d196aa0
2 files changed
.github/workflows/main.yml
@@ -1,6 +1,8 @@
1
name: CI
2
3
-on: [push, pull_request, workflow_dispatch]
+#on: [push, pull_request, workflow_dispatch]
4
+on: [push]
5
+
6
7
concurrency:
8
group: ${{ github.workflow }}-${{ github.ref }}
pyproject.toml
@@ -3,5 +3,5 @@
requires = ["setuptools>=44"]
build-backend = "setuptools.build_meta"
-[tool.cibuildwheel]
-skip = "pp*" # Disable building PyPy wheels on all platforms
+#[tool.cibuildwheel]
+#skip = "pp*" # Disable building PyPy wheels on all platforms
0 commit comments