From d41caed36f28bd08be407f1636b2ea5f7a9cf36a Mon Sep 17 00:00:00 2001 From: Onuralp SEZER Date: Tue, 26 Mar 2024 18:38:04 +0300 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=91=B7=20publish=20pypi=20on=20bran?= =?UTF-8?q?ch=20removed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Onuralp SEZER --- .github/workflows/publish.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bd748b06..76d1c67c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,8 +3,6 @@ on: push: tags: - '[0-9]+.[0-9]+[0-9]+.[0-9]' - branches: - - main # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -14,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8] + python-version: [3.10] steps: - name: 🛎️ Checkout uses: actions/checkout@v4