From 10917c44bb8d9eb1be93292f57aef82cbadf17a7 Mon Sep 17 00:00:00 2001 From: Taco de Wolff Date: Sun, 12 May 2024 15:35:39 -0400 Subject: [PATCH] Final update to Python build, fixes #693 hopefully --- .github/workflows/python.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 59adbff598..b9e0546744 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -1,13 +1,11 @@ name: Python on: push: - branches: - - master tags: - 'v*' -permissions: - contents: write + #permissions: + # contents: write jobs: linux: