We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff0b89 commit 29a1e89Copy full SHA for 29a1e89
1 file changed
.github/workflows/publish.yml
@@ -7,7 +7,6 @@ jobs:
7
build_wheels:
8
name: Build wheels on ${{ matrix.os }}
9
runs-on: ${{ matrix.os }}
10
- if: startsWith(github.ref, 'refs/tags/')
11
strategy:
12
matrix:
13
os: [ubuntu-24.04, ubuntu-24.04-arm]
@@ -36,7 +35,6 @@ jobs:
36
35
build_sdist:
37
name: Build source distribution
38
runs-on: ubuntu-latest
39
40
41
steps:
42
- uses: actions/checkout@v5
@@ -56,7 +54,6 @@ jobs:
56
54
name: Publish to PyPI
57
55
needs: [build_wheels, build_sdist]
58
59
60
permissions:
61
id-token: write
62
0 commit comments