diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 0dc112da..4702d986 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.10','3.11','3.12'] + python-version: ['3.12'] environment: name: pypi url: https://pypi.org/project/mellea/ @@ -35,4 +35,4 @@ jobs: - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: - attestations: true \ No newline at end of file + attestations: true