build(deps): bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 (#91)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.7 to 1.8.8.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](f5622bde02...f8c70e705f
)
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master
parent
da9edd9ba0
commit
5ce0fdc2aa
|
@ -187,7 +187,7 @@ jobs:
|
||||||
path: wheels
|
path: wheels
|
||||||
|
|
||||||
- name: Publish package distributions to Test PyPI
|
- name: Publish package distributions to Test PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@f5622bde02b04381239da3573277701ceca8f6a0 # v1.8.7
|
uses: pypa/gh-action-pypi-publish@f8c70e705ffc13c3b4d1221169b84f12a75d6ca8 # v1.8.8
|
||||||
with:
|
with:
|
||||||
repository-url: https://test.pypi.org/legacy/
|
repository-url: https://test.pypi.org/legacy/
|
||||||
packages-dir: wheels/
|
packages-dir: wheels/
|
||||||
|
@ -195,7 +195,7 @@ jobs:
|
||||||
|
|
||||||
- name: Publish package distributions to PyPI
|
- name: Publish package distributions to PyPI
|
||||||
if: always()
|
if: always()
|
||||||
uses: pypa/gh-action-pypi-publish@f5622bde02b04381239da3573277701ceca8f6a0 # v1.8.7
|
uses: pypa/gh-action-pypi-publish@f8c70e705ffc13c3b4d1221169b84f12a75d6ca8 # v1.8.8
|
||||||
with:
|
with:
|
||||||
packages-dir: wheels/
|
packages-dir: wheels/
|
||||||
skip-existing: true
|
skip-existing: true
|
||||||
|
|
Loading…
Reference in New Issue