Skip to content

Commit 5214c05

Browse files
author
BrunoSilvaAndrade
committed
fix: Connecting publishing pipeline to the version pipeline
1 parent 1d187b8 commit 5214c05

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
name: Upload Python Package
1010

1111
on:
12-
push:
13-
tags:
14-
- 'v**'
12+
workflow_run:
13+
workflows: ["version"]
14+
types:
15+
- completed
1516

1617
permissions:
1718
contents: read

.github/workflows/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Bump version
1+
name: version
22
on:
33
push:
44
branches:

0 commit comments

Comments
 (0)