Skip to content

Commit

Permalink
TO BE REVERTED: Disable PyPI publish
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Nov 28, 2024
1 parent 26b710c commit 183576e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,10 @@ jobs:
name: Publish release to PyPI
needs: [dist, check-release-tag]
if: >-
false &&
github.repository == 'aiidateam/aiida-test-cache' &&
github.event_name == 'push' &&
github.ref_type == 'tag'
github.ref_type == 'invalid'
runs-on: ubuntu-latest
environment:
name: pypi
Expand Down

0 comments on commit 183576e

Please sign in to comment.