Sfoglia il codice sorgente

build: send to PyPI only on release publication

tags/v1.0.4
Jérôme Deuchnord 2 anni fa
parent
commit
75f5a87bf6
1 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. +4
    -2
      .github/workflows/release.yml

+ 4
- 2
.github/workflows/release.yml Vedi File

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

on:
- release
release:
types: [published]


jobs:
pipy:


Caricamento…
Annulla
Salva