Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-11-25 12:08:43 +0000
committerGitHub <noreply@github.com>2021-11-25 12:08:43 +0000
commit5d4673cfff924db07e3e2f1d604651f0c74e6b3d (patch)
tree97cc8ea8e4910e7f20e5bc7d1ac047917214caa9
parentc4ba14e62a0c8d78f11413f19cdea552e2c5419a (diff)
Only create pypi releases on publishing a release
Since we can create them, but as draft or locally through tagging. It's best to safe bet this to only published releases. Worst case manual submission has to be done.
-rw-r--r--.github/workflows/python-publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml
index 65f7d4e8..2a261618 100644
--- a/.github/workflows/python-publish.yml
+++ b/.github/workflows/python-publish.yml
@@ -5,7 +5,7 @@ name: Upload archinstall to PyPi
on:
release:
- types: [ created, published ]
+ types: [ published ]
jobs:
deploy: