diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c918cc4..38d73f2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,9 @@ jobs: fetch-depth: 0 fetch-tags: true - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 + with: + python-version: "3.12" - name: Install cibuildwheel run: python -m pip install cibuildwheel @@ -71,7 +73,7 @@ jobs: - build_sdist steps: - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: preparing upload run: |