Ver a proveniência

build: send to PyPI only on release publication

tags/v1.0.4
Jérôme Deuchnord há 2 anos
ascendente
cometimento
75f5a87bf6
1 ficheiros alterados com 4 adições e 2 eliminações
  1. +4
    -2
      .github/workflows/release.yml

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

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

on:
- release
release:
types: [published]


jobs:
pipy:


Carregando…
Cancelar
Guardar