Skip to content

Commit

Permalink
feat: disabling pre-release to pypi, leaving it in for troubleshootin…
Browse files Browse the repository at this point in the history
…g pypi problems in the future.
  • Loading branch information
svange committed Jul 18, 2024
1 parent e378d9e commit 50eec6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
run: echo "Skipping tests for release commit"

publish-prerelease:
if: github.ref == 'refs/heads/dev'
if: false && github.ref == 'refs/heads/dev'
needs: [run-tests]
runs-on: ubuntu-latest
name: Publish to PyPi test
Expand Down

0 comments on commit 50eec6b

Please sign in to comment.