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 da998e3 commit 6f0b1f1Copy full SHA for 6f0b1f1
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
pypi-publish:
10
name: Build and upload release to PyPI
11
runs-on: ubuntu-latest
12
- if: github.ref == 'refs/heads/main'
+ # if: github.ref == 'refs/heads/main'
13
environment: release
14
permissions:
15
id-token: write
0 commit comments