build(deps): bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 (#365)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
1856a71c18
commit
ccbc511589
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
@ -199,7 +199,7 @@ jobs:
|
|||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
|
|
||||||
- name: Publish package distributions to Test PyPI
|
- name: Publish package distributions to Test PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
|
uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3
|
||||||
with:
|
with:
|
||||||
repository-url: https://test.pypi.org/legacy/
|
repository-url: https://test.pypi.org/legacy/
|
||||||
packages-dir: wheels/
|
packages-dir: wheels/
|
||||||
@ -207,7 +207,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Publish package distributions to PyPI
|
- name: Publish package distributions to PyPI
|
||||||
if: always()
|
if: always()
|
||||||
uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
|
uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3
|
||||||
with:
|
with:
|
||||||
packages-dir: wheels/
|
packages-dir: wheels/
|
||||||
skip-existing: true
|
skip-existing: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user