From 9418cd71d6bc47f15a04ea7265efbd040e66b6ad Mon Sep 17 00:00:00 2001 From: Liliana Millan Date: Mon, 22 Jan 2024 20:01:49 +0000 Subject: [PATCH] python versions --- .github/workflows/publish-to-pypi.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 87fa1b259..0919d29d8 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -11,10 +11,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Set up Python 3.8 + - name: Set up Python uses: actions/setup-python@v4 with: - python-version: 3.8 + python-version: 3.x - name: Install pypa/build run: >- python3 -m @@ -22,7 +22,7 @@ jobs: build --user - name: Build a binary wheel and a source tarball - run: python -m build + run: python3 -m build - name: Store the distribution packages uses: actions/upload-artifact@v3 with: