build(deps): bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1 (#343)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>master
parent
109ff4e479
commit
388b2bc558
|
@ -199,7 +199,7 @@ jobs:
|
|||
merge-multiple: true
|
||||
|
||||
- name: Publish package distributions to Test PyPI
|
||||
uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
|
||||
uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 # v1.10.1
|
||||
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@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
|
||||
uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 # v1.10.1
|
||||
with:
|
||||
packages-dir: wheels/
|
||||
skip-existing: true
|
||||
|
|
Loading…
Reference in New Issue