Skip to content

Commit

Permalink
publish only when published
Browse files Browse the repository at this point in the history
  • Loading branch information
matsui528 committed Oct 26, 2023
1 parent 7e8ec5e commit e5e3dbb
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: Publishing

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

jobs:
pypi-publish:
Expand Down

0 comments on commit e5e3dbb

Please sign in to comment.