Skip to content

Commit

Permalink
chore(deps): bump pypa/gh-action-pypi-publish from 1.10.3 to 1.12.2 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 096983a commit 3466d11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ jobs:
run: python -m build
- name: Publish package to PyPi Test
if: ${{steps.semantic_release_info.outputs.version != ''}}
uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc
with:
user: __token__
password: ${{ secrets.PYPI_API_TEST }}
repository_url: https://test.pypi.org/legacy/
- name: Publish package to PyPi Live
if: ${{steps.semantic_release_info.outputs.version != ''}}
uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 3466d11

Please sign in to comment.