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 d862bb4 commit 31b1186Copy full SHA for 31b1186
.github/workflows/publish.yml
@@ -34,7 +34,6 @@ jobs:
34
test-pypi:
35
runs-on: ubuntu-latest
36
needs: build
37
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
38
39
steps:
40
- uses: actions/checkout@v4
@@ -54,7 +53,6 @@ jobs:
54
53
pypi:
55
56
needs: [build, test-pypi]
57
- if: github.event_name == 'release'
58
environment: release
59
60
0 commit comments