Skip to content

Commit

Permalink
Rename testpypi workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed Jan 29, 2025
1 parent 15e3d30 commit 8f6c687
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-test.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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/

0 comments on commit 8f6c687

Please sign in to comment.