Skip to content

Commit

Permalink
Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 27, 2024
2 parents f2897f2 + b425a96 commit 1d2dded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
make translate
python -m build --sdist --wheel
- name: Publish distribution 📦 to PyPI
uses: pypa/[email protected].11
uses: pypa/[email protected].12
2 changes: 1 addition & 1 deletion .github/workflows/tag-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
make translate
python -m build --sdist --wheel
- name: Publish distribution 📦 to Test PyPI
uses: pypa/[email protected].11
uses: pypa/[email protected].12
with:
repository_url: https://test.pypi.org/legacy/
skip_existing: true

0 comments on commit 1d2dded

Please sign in to comment.