Skip to content

Commit

Permalink
ci: bump pip release version
Browse files Browse the repository at this point in the history
  • Loading branch information
bluedrink9 committed Oct 26, 2024
1 parent ec83b87 commit a487f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ jobs:
name: python-package-distributions
path: dist/
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1.10

github-release:
name: >-
@@ -112,6 +112,6 @@ jobs:
name: python-package-distributions
path: dist/
- name: Publish to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1.10
with:
repository-url: https://test.pypi.org/legacy/

0 comments on commit a487f12

Please sign in to comment.