There was an error while loading. Please reload this page.
1 parent aceed23 commit 29acbe6Copy full SHA for 29acbe6
1 file changed
.github/workflows/CICD.yml
@@ -1,11 +1,7 @@
1
name: Build and publish to PyPI
2
3
on:
4
- push:
5
- tags:
6
- - "v*" # Se ejecuta cuando haces push de un tag que comience con 'v'
7
- release:
8
- types: [published]
+ workflow_dispatch:
9
10
jobs:
11
build-and-publish:
0 commit comments