From d51e94604894fd76eecfbbd4fe74d1fe875c0be1 Mon Sep 17 00:00:00 2001 From: evan slack <51209817+evanofslack@users.noreply.github.com> Date: Mon, 2 Sep 2024 23:30:53 -0400 Subject: [PATCH] fix action for pypi upload --- .github/workflows/pypi-upload.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pypi-upload.yml b/.github/workflows/pypi-upload.yml index 0ba7a25..013d60a 100644 --- a/.github/workflows/pypi-upload.yml +++ b/.github/workflows/pypi-upload.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-python@v2 with: - python-version: 3.10 + python-version: 3.10.14 # Install dependencies - name: "Install dependencies" @@ -23,7 +23,6 @@ jobs: python3 -m pip install setuptools wheel twine build # Build and upload to PyPI - - name: "Build and upload to PyPI" run: | python3 -m build