From 2697f168ac9db6279d2b1a693d34d710347b531c Mon Sep 17 00:00:00 2001 From: Paul STRETENOWICH <31796146+paulstretenowich@users.noreply.github.com> Date: Tue, 12 Nov 2024 14:45:55 -0500 Subject: [PATCH] Update Tag-and-Release.yml not to be run on multiple OS and python versions --- .github/workflows/Tag-and-Release.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Tag-and-Release.yml b/.github/workflows/Tag-and-Release.yml index 504b56f..0c5971a 100644 --- a/.github/workflows/Tag-and-Release.yml +++ b/.github/workflows/Tag-and-Release.yml @@ -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: @@ -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: |