Skip to content

Commit

Permalink
Update publish-release.yml (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
johmedr authored Nov 22, 2024
1 parent 12232ad commit 4023470
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Upload Python Package
on:
release:
types: [published]
workflow_dispatch:

permissions:
contents: read
Expand All @@ -11,17 +12,14 @@ jobs:
deploy:

runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["pypy3.10", "3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: "3.12"

- name: Install dependencies
run: |
Expand Down

0 comments on commit 4023470

Please sign in to comment.