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: |