diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9e9d774..0e0ab57 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,9 +19,6 @@ jobs: release: name: Create Release runs-on: ubuntu-latest - strategy: - matrix: - python-versions: ['3.12'] # Steps represent a sequence of tasks that will be executed as part of the job steps: @@ -36,7 +33,10 @@ jobs: - uses: actions/setup-python@v4 with: - python-version: ${{ matrix.python-versions }} + python-version: | + 3.10 + 3.11 + 3.12 - name: Install dependencies run: |