diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 1d09711..e8a5c24 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -65,7 +65,8 @@ jobs: merge-multiple: true - uses: pypa/gh-action-pypi-publish@release/v1 - #with: + with: + repository-url: https://pypi.org/p/extrainterpreters ## To test: repository-url: https://test.pypi.org/legacy/ github-release: @@ -73,7 +74,7 @@ jobs: Sign the Python 🐍 distribution 📦 with Sigstore and upload them to GitHub Release environment: - name: release + name: pypi needs: - publish-to-pypi runs-on: ubuntu-latest @@ -83,7 +84,8 @@ jobs: id-token: write # IMPORTANT: mandatory for sigstore steps: - - uses: actions/download-artifact@v4 + - name: download APT + uses: actions/download-artifact@v4 with: # unpacks all CIBW artifacts into dist/ pattern: cibw-*