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