Skip to content

Commit 5dad8a2

Browse files
committed
💚 - Update release pipeline
1 parent f69fed5 commit 5dad8a2

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
name: CD
22

33
on:
4-
push:
5-
tags: [ '*' ]
4+
release:
5+
types: [ published ]
66

77
jobs:
88
CD:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@master
12-
- name: Set up Python 3.9
13-
uses: actions/[email protected]
14-
with:
15-
python-version: '3.10'
12+
- uses: actions/[email protected]
1613
- name: Install pypa/build
1714
run: >-
1815
python -m

0 commit comments

Comments
 (0)