Skip to content

Commit

Permalink
Now does it work?
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 42c0e7c commit 1881135
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -47,4 +48,4 @@ jobs:
url: https://pypi.org/p/HaloPSA # Replace <package-name> with your PyPI project name
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing

0 comments on commit 1881135

Please sign in to comment.