diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 8d0adb7..60fbd81 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -22,7 +22,7 @@ jobs: - name: Build a binary wheel and a source tarball run: python3 -m build - name: Store the distribution packages - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: python-package-distributions path: dist/ @@ -35,7 +35,7 @@ jobs: - build runs-on: ubuntu-latest environment: - name: pypi + name: pypitestfail url: https://pypi.org/p/extrainterpreters permissions: id-token: write # IMPORTANT: mandatory for trusted publishing @@ -53,6 +53,8 @@ jobs: name: >- Sign the Python 🐍 distribution 📦 with Sigstore and upload them to GitHub Release + environment: + name: pypitestfail needs: - publish-to-pypi runs-on: ubuntu-latest