Skip to content

Commit

Permalink
ci(releases): constrain PyPI GitHub Actions release trigger types (#458)
Browse files Browse the repository at this point in the history
* ci(releases): constrain pypi release triggers

* remove confusing comment
  • Loading branch information
d33bs authored Oct 1, 2024
1 parent 9e8b0fb commit 3447370
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI
on: [release]
on:
release:
# only publish to pypi when gh release is published
types: [published]

env:
LANG: "en_US.utf-8"
Expand Down

0 comments on commit 3447370

Please sign in to comment.