Skip to content

Commit 29a1e89

Browse files
committed
Update PyPI publishing
1 parent 4ff0b89 commit 29a1e89

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ jobs:
77
build_wheels:
88
name: Build wheels on ${{ matrix.os }}
99
runs-on: ${{ matrix.os }}
10-
if: startsWith(github.ref, 'refs/tags/')
1110
strategy:
1211
matrix:
1312
os: [ubuntu-24.04, ubuntu-24.04-arm]
@@ -36,7 +35,6 @@ jobs:
3635
build_sdist:
3736
name: Build source distribution
3837
runs-on: ubuntu-latest
39-
if: startsWith(github.ref, 'refs/tags/')
4038

4139
steps:
4240
- uses: actions/checkout@v5
@@ -56,7 +54,6 @@ jobs:
5654
name: Publish to PyPI
5755
needs: [build_wheels, build_sdist]
5856
runs-on: ubuntu-latest
59-
if: startsWith(github.ref, 'refs/tags/')
6057
permissions:
6158
id-token: write
6259

0 commit comments

Comments
 (0)