Skip to content

Commit

Permalink
Temporarily disable PyPI releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Mar 5, 2022
1 parent 95a9446 commit 83cd25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: ls -R dist

- name: Publish PyPI packages
if: github.event_name == 'release'
if: github.event_name == 'release-disabled'
run: |
flit publish
shell: bash
Expand Down

0 comments on commit 83cd25e

Please sign in to comment.