Skip to content

Commit

Permalink
feat: workflow order
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity committed Sep 22, 2023
1 parent bf3f696 commit 22aaa2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Publish to PyPI

on:
push:
branches:
- feat/publish-pypi
workflow_dispatch:

jobs:
publish:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/version-tagging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
version:
description: "Version to tag"
required: true
workflow_run:
workflows: ["Publish to PyPI"]
types:
- completed

jobs:
tag:
Expand Down

0 comments on commit 22aaa2f

Please sign in to comment.