diff --git a/.github/workflows/publish-test.yml b/.github/workflows/publish-test.yml index 274fc0c..0e09905 100644 --- a/.github/workflows/publish-test.yml +++ b/.github/workflows/publish-test.yml @@ -1,3 +1,4 @@ +# From https://docs.github.com/en/actions/use-cases-and-examples/building-and-testing/building-and-testing-python # This workflow uses actions that are not certified by GitHub. # They are provided by a third-party and are governed by # separate terms of service, privacy policy, and support @@ -7,7 +8,7 @@ # To get a newer version, you will need to update the SHA. # You can also reference a tag or branch, but the action may change without warning. -name: Upload Python Package +name: Upload to testpypi on: - workflow_dispatch @@ -61,6 +62,6 @@ jobs: path: dist/ - name: Publish release distributions to PyPI - uses: pypa/gh-action-pypi-publish@6f7e8d9c0b1a2c3d4e5f6a7b8c9d0e1f2a3b4c5d + uses: pypa/gh-action-pypi-publish@release/v1 with: repository-url: https://test.pypi.org/legacy/