Skip to content

Commit 80eb230

Browse files
committed
move
1 parent 085d3a2 commit 80eb230

2 files changed

Lines changed: 4 additions & 71 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
name: Release PyPI Wheel
22

3-
# on: [push, pull_request]
43
on:
54
push:
65
branches:
76
- main
87
tags:
98
- v*
9+
pull_request:
10+
branches:
11+
- main
1012

1113
jobs:
1214
release:
1315
runs-on: ubuntu-latest
1416
container: quay.io/pypa/manylinux_2_28_x86_64
1517
strategy:
18+
fail-fast: false
1619
matrix:
1720
python-version: ["3.11", "3.12", "3.13"]
1821
steps:

gh/wf/release.yml

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)