Skip to content

Commit

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

⬆️ Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1
  • Loading branch information
git-afsantos authored Sep 4, 2024
2 parents e34ae9c + 61f96bf commit ded707e
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@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0
uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241
with:
repository-url: https://test.pypi.org/legacy/
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0
uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241

0 comments on commit ded707e

Please sign in to comment.