From 8b6313221feb5db13630bcff3b38bb6ae5ae0901 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Mon, 14 Oct 2024 02:59:15 +0300 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9db78ca..e253c44 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,8 +1,6 @@ name: Publish Python 🐍 distributions 📦 to PyPI on: - release: - types: [created] push: branches: - master