diff --git a/.github/workflows/python_publish.yml b/.github/workflows/python_publish.yml index 9015e72..65d5330 100644 --- a/.github/workflows/python_publish.yml +++ b/.github/workflows/python_publish.yml @@ -54,13 +54,7 @@ jobs: with: name: python-package-distributions path: dist/ - - name: Set up Python - uses: actions/setup-python@v5 - with: - python-version: "3.x" - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: - password: ${{ secrets.PYPI_API_TOKEN }} - verbose: true - print-hash: true \ No newline at end of file + password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file