Skip to content

Commit 133af44

Browse files
committed
Patch: temporarily remove logic for publish
1 parent 92abe7e commit 133af44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release_action.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
publish-to-pypi:
3434
name: >-
3535
Publish Python 🐍 distribution 📦 to PyPI
36-
if: >
37-
startsWith(github.ref, 'refs/tags/') &&
38-
!contains(github.ref, 'rc') && github.repository == github.event.repository
36+
# if: >
37+
# startsWith(github.ref, 'refs/tags/') &&
38+
# !contains(github.ref, 'rc') && github.repository == github.event.repository
3939
needs: build
4040
runs-on: ubuntu-latest
4141
environment:

0 commit comments

Comments
 (0)