diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 5c3731c..0e4958a 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -49,7 +49,7 @@ jobs: # Dedicated environments with protections for publishing are strongly recommended. # For more information, see: https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment#deployment-protection-rules environment: - name: testpypi + name: release # OPTIONAL: uncomment and update to include your PyPI project URL in the deployment status: # url: https://pypi.org/p/YOURPROJECT # @@ -67,5 +67,4 @@ jobs: - name: Publish release distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: - packages-dir: dist/ - repository-url: https://test.pypi.org/legacy/ + packages-dir: dist