Skip to content

Commit

Permalink
Merge pull request #170 from mammothb/dependabot/github_actions/pypa/…
Browse files Browse the repository at this point in the history
…gh-action-pypi-publish-1.12.2

build(deps): bump pypa/gh-action-pypi-publish from 1.10.3 to 1.12.2
  • Loading branch information
mammothb authored Nov 17, 2024
2 parents f08e79a + c7d49cd commit 7e67e13
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
Expand Up @@ -25,15 +25,15 @@ jobs:
python -m build
- name: Publish to TestPyPI
uses: pypa/gh-action-pypi-publish@v1.10.3
uses: pypa/gh-action-pypi-publish@v1.12.2
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/

- name: Publish to PyPI
if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags/v')
uses: pypa/gh-action-pypi-publish@v1.10.3
uses: pypa/gh-action-pypi-publish@v1.12.2
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 7e67e13

Please sign in to comment.