Skip to content

Commit

Permalink
Update pypa/gh-action-pypi-publish action to v1.10.1 (#166)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 3, 2024
1 parent fb84782 commit 77a28c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
name: pypi-dist
path: dist
- name: 🚀 Publish 📦 to Test PyPI
uses: pypa/[email protected].0
uses: pypa/[email protected].1
with:
repository-url: https://test.pypi.org/legacy/
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
name: pypi-dist
path: dist
- name: 🚀 Publish 📦 to PyPI
uses: pypa/[email protected].0
uses: pypa/[email protected].1

0 comments on commit 77a28c8

Please sign in to comment.