workflows/publish.yml: amend (allow manual trigger for publishing)

This commit is contained in:
sebres 2025-06-16 22:09:46 +02:00
parent 85faeab644
commit 86b9adb2f5

View file

@ -1,6 +1,7 @@
name: Upload Package to PyPI
on:
workflow_dispatch:
release:
types: [created]