Skip to content

Commit 29acbe6

Browse files
committed
cicd updated
1 parent aceed23 commit 29acbe6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
name: Build and publish to PyPI
22

33
on:
4-
push:
5-
tags:
6-
- "v*" # Se ejecuta cuando haces push de un tag que comience con 'v'
7-
release:
8-
types: [published]
4+
workflow_dispatch:
95

106
jobs:
117
build-and-publish:

0 commit comments

Comments
 (0)