Skip to content

Commit 91427d2

Browse files
committed
Try to fix ci
1 parent 71824ad commit 91427d2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/python-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Build and Upload Python Package
22

33
on:
4-
release:
5-
types: [published]
4+
# release:
5+
# types: [published]
66
push:
7-
tags:
8-
- "v*.*.*"
7+
branches:
8+
- main
99

1010
permissions:
1111
contents: read
@@ -29,7 +29,7 @@ jobs:
2929
-v ${{ github.workspace }}:/project \
3030
-w /project \
3131
quay.io/pypa/manylinux_2_28_x86_64 \
32-
bash ./build_manylinux.sh ${{ matrix.python-version }}
32+
bash ./.github/build_manylinux.sh ${{ matrix.python-version }}
3333
3434
- name: Upload distributions
3535
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)