From a56b2e30e2d1fed1dabefb29bb4661b4180fb9db Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Sun, 8 Dec 2024 13:35:58 -0700 Subject: [PATCH] remove unrelated stuff from python_publish --- .github/workflows/python_publish.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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