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.
This commit is contained in:
Anton Hvornum 2021-11-25 12:08:43 +00:00 committed by GitHub
parent c4ba14e62a
commit 5d4673cfff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ name: Upload archinstall to PyPi
on:
release:
types: [ created, published ]
types: [ published ]
jobs:
deploy: