From 96e3c3d2b59b2431104b548e5f68553f63952e86 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Tue, 8 Apr 2025 06:34:21 +0200 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3690dc7..4e94941 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,7 +2,7 @@ name: Publish Python 🐍 distributions 📦 to PyPI on: release: - types: [created] + types: [created,published] jobs: build-n-publish: