From 18811353afbbebf4bd87afd75169c988a9365134 Mon Sep 17 00:00:00 2001 From: Finn Date: Thu, 24 Oct 2024 17:54:45 +0100 Subject: [PATCH] Now does it work? --- .github/workflows/python-publish.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 3cb89c0..b384ed0 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -20,7 +20,8 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: 3.12 + - name: Install pypa/build run: >- python3 -m @@ -47,4 +48,4 @@ jobs: url: https://pypi.org/p/HaloPSA # Replace with your PyPI project name permissions: id-token: write # IMPORTANT: mandatory for trusted publishing - +