Skip to content

Commit

Permalink
chore: change PYPI publish trigger (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik authored Nov 13, 2023
1 parent d07df7c commit 62eb5df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Publish

on:
workflow_run:
workflows: [Test]
types: [completed]
push:
tags:
- "*"

jobs:
publish:
Expand Down

0 comments on commit 62eb5df

Please sign in to comment.