Change workflow to trigger on publish

This commit is contained in:
Jakob Lass 2025-04-17 10:19:43 +02:00
parent 642a3fee8c
commit ac4ecd0241

View File

@ -1,8 +1,8 @@
name: Release workflow
run-name: Build wheels an upload to PyPI
on: [push]
# release:
# types: [published]
on:
release:
types: [published]
jobs: