diff --git a/.github/workflows/pypi_main.yml b/.github/workflows/pypi_main.yml index 24a5fe4..5019915 100644 --- a/.github/workflows/pypi_main.yml +++ b/.github/workflows/pypi_main.yml @@ -11,10 +11,10 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - - name: Set up Python 3.9 + - name: Set up Python 3.10 uses: actions/setup-python@v4 with: - python-version: 3.10 + python-version: "3.10" - name: Install Hatch run: pip install hatch - name: Build diff --git a/.github/workflows/pypi_test.yml b/.github/workflows/pypi_test.yml index 1a7f3db..6344faf 100644 --- a/.github/workflows/pypi_test.yml +++ b/.github/workflows/pypi_test.yml @@ -11,10 +11,10 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - - name: Set up Python 3.9 + - name: Set up Python 3.10 uses: actions/setup-python@v4 with: - python-version: 3.10 + python-version: "3.10" - name: Install Hatch run: pip install hatch - name: Build