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 92abe7e commit 133af44Copy full SHA for 133af44
.github/workflows/release_action.yaml
@@ -33,9 +33,9 @@ jobs:
33
publish-to-pypi:
34
name: >-
35
Publish Python 🐍 distribution 📦 to PyPI
36
- if: >
37
- startsWith(github.ref, 'refs/tags/') &&
38
- !contains(github.ref, 'rc') && github.repository == github.event.repository
+ # if: >
+ # startsWith(github.ref, 'refs/tags/') &&
+ # !contains(github.ref, 'rc') && github.repository == github.event.repository
39
needs: build
40
runs-on: ubuntu-latest
41
environment:
0 commit comments