diff --git a/.github/workflows/python-pypi.yml b/.github/workflows/python-pypi.yml index 7170c48..5cf210e 100644 --- a/.github/workflows/python-pypi.yml +++ b/.github/workflows/python-pypi.yml @@ -1,4 +1,4 @@ -name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI +name: Publish Python 🐍 distribution 📦 to PyPI on: pull_request: @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest environment: name: pypi - url: https://pypi.org/p/ # Replace with your PyPI project name + url: https://pypi.org/p/mirtorch # Replace with your PyPI project name permissions: id-token: write # IMPORTANT: mandatory for trusted publishing