Skip to content

Commit

Permalink
following the documentation they have
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla authored Sep 2, 2024
1 parent 74bed41 commit 1893bd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
name: python-package-distributions
path: dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1.10.0
uses: pypa/gh-action-pypi-publish@release/v1

github-release:
name: >-
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
name: python-package-distributions
path: dist/
- name: Publish distribution 📦 to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1.10.0
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true

0 comments on commit 1893bd4

Please sign in to comment.