Skip to content

Commit

Permalink
Update Tag-and-Release.yml not to be run on multiple OS and python ve…
Browse files Browse the repository at this point in the history
…rsions
  • Loading branch information
paulstretenowich authored Nov 12, 2024
1 parent f3d7858 commit 2697f16
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/Tag-and-Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ on:

jobs:
release:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.11", "3.12", "3.13"]
os: [ubuntu-latest, macos-latest]
runs-on: ubuntu-latest

# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
permissions:
Expand All @@ -31,7 +27,7 @@ jobs:
- name: Setup PDM
uses: pdm-project/setup-pdm@v4
with:
python-version: ${{ matrix.python-version }}
python-version: '3.x'
- name: Get tag
id: get_tag
run: |
Expand Down

0 comments on commit 2697f16

Please sign in to comment.