Skip to content

Commit

Permalink
Patch: temporarily remove logic for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyPlanden committed Mar 25, 2024
1 parent 92abe7e commit 133af44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
publish-to-pypi:
name: >-
Publish Python 🐍 distribution 📦 to PyPI
if: >
startsWith(github.ref, 'refs/tags/') &&
!contains(github.ref, 'rc') && github.repository == github.event.repository
# if: >
# startsWith(github.ref, 'refs/tags/') &&
# !contains(github.ref, 'rc') && github.repository == github.event.repository
needs: build
runs-on: ubuntu-latest
environment:
Expand Down

0 comments on commit 133af44

Please sign in to comment.