From 75f5a87bf6a4fd910654b05acf439a657ae28939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Sun, 9 Jan 2022 15:59:10 +0100 Subject: [PATCH] build: send to PyPI only on release publication --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc1f76a..1eb075a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,9 @@ -name: Release Application +name: Release library on: - - release + release: + types: [published] + jobs: pipy: