Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit a775902

Browse files
committed
disable pypi workflow
1 parent 7a1627e commit a775902

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/pypi.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ name: PyPi Release
22

33
on:
44
workflow_dispatch:
5-
release:
6-
types: [published]
7-
push:
8-
branches:
9-
- pypi
10-
- main
11-
- python
12-
pull_request:
13-
branches:
14-
- main
5+
# release:
6+
# types: [published]
7+
# push:
8+
# branches:
9+
# - pypi
10+
# - main
11+
# - python
12+
# pull_request:
13+
# branches:
14+
# - main
1515

1616
jobs:
1717
build_wheels:

0 commit comments

Comments
 (0)