diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fe9b7fa..94ecb5e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,26 +32,8 @@ jobs: --wheel --outdir dist/ . - - name: Set up Python - uses: actions/setup-python@v5 - with: - python-version: "2.x" - - name: Install pypa/build - run: >- - python -m - pip install - build - --user - - name: Build a binary wheel and a source tarball - run: >- - python -m - build - --sdist - --wheel - --outdir dist/ - . - name: Publish distribution 📦 to PyPI if: startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@release/v1 with: - password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file + password: ${{ secrets.PYPI_API_TOKEN }}