Browse Source

build: send to PyPI only on release publication

tags/v1.0.4
Jérôme Deuchnord 2 years ago
parent
commit
75f5a87bf6
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      .github/workflows/release.yml

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

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


on: on:
- release
release:
types: [published]



jobs: jobs:
pipy: pipy:


Loading…
Cancel
Save