Skip to content

Commit

Permalink
Only trigger when publishing release
Browse files Browse the repository at this point in the history
  • Loading branch information
Spayralbe committed Apr 15, 2024
1 parent 70e9705 commit cf421b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: publish to PyPI 🐍

on: release
on:
release:
types: [published]

jobs:
pypi-publish:
Expand Down

0 comments on commit cf421b6

Please sign in to comment.