From 584f757be295a28b05cb0b70ac8952d0d0ab3200 Mon Sep 17 00:00:00 2001 From: "Gabriel Y. Salem" Date: Mon, 7 Jul 2025 23:58:09 -0400 Subject: [PATCH] Update pypi.yml --- .github/workflows/pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index afe0828..b317953 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -10,10 +10,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - - name: Setup Python 3.10.16 + - name: Setup Python 3.10 uses: actions/setup-python@v1 with: - python-version: 3.10.16 + python-version: 3.10 - name: Install pypa/build run: >- python -m