build(deps): bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 (#383)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>master
parent
b38d5b0c5e
commit
dad24ba936
|
@ -199,7 +199,7 @@ jobs:
|
|||
merge-multiple: true
|
||||
|
||||
- name: Publish package distributions to Test PyPI
|
||||
uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
|
||||
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
|
||||
with:
|
||||
repository-url: https://test.pypi.org/legacy/
|
||||
packages-dir: wheels/
|
||||
|
@ -207,7 +207,7 @@ jobs:
|
|||
|
||||
- name: Publish package distributions to PyPI
|
||||
if: always()
|
||||
uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
|
||||
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
|
||||
with:
|
||||
packages-dir: wheels/
|
||||
skip-existing: true
|
||||
|
|
Loading…
Reference in New Issue