diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9ec92d8..583d094 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,9 +8,6 @@ jobs: pypi-publish: name: Publish release to PyPI runs-on: ubuntu-latest - strategy: - matrix: - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] environment: name: pypi url: https://pypi.org/p/pyDVC @@ -21,7 +18,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: ${{ matrix.python-version }} + python-version: '3.x' - name: Install dependencies run: | python -m pip install --upgrade pip