Explorar el Código

build: send to PyPI only on release publication

tags/v1.0.4
Jérôme Deuchnord hace 2 años
padre
commit
75f5a87bf6
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. +4
    -2
      .github/workflows/release.yml

+ 4
- 2
.github/workflows/release.yml Ver fichero

@@ -1,7 +1,9 @@
name: Release Application
name: Release library

on:
- release
release:
types: [published]


jobs:
pipy:


Cargando…
Cancelar
Guardar