Skip to content

Commit

Permalink
Merge pull request #26 from git-afsantos/dependabot/github_actions/py…
Browse files Browse the repository at this point in the history
…pa/gh-action-pypi-publish-1.12.2

⬆️ Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.12.2
  • Loading branch information
git-afsantos authored Nov 18, 2024
2 parents ded707e + 3c692bc commit 9e3a808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Build package
run: python -m build --sdist --wheel --outdir dist/ .
- name: Publish package to TestPyPI
uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc
with:
repository-url: https://test.pypi.org/legacy/
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc

0 comments on commit 9e3a808

Please sign in to comment.