mirror of https://github.com/KLayout/klayout.git
Merge pull request #2349 from KLayout/dependabot/github_actions/pypa/gh-action-pypi-publish-1.14.0
Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0
This commit is contained in:
commit
f05d619b36
|
|
@ -127,7 +127,7 @@ jobs:
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
path: dist
|
path: dist
|
||||||
|
|
||||||
- uses: pypa/gh-action-pypi-publish@v1.13.0
|
- uses: pypa/gh-action-pypi-publish@v1.14.0
|
||||||
continue-on-error: true # might fail if we don't bump the version
|
continue-on-error: true # might fail if we don't bump the version
|
||||||
with:
|
with:
|
||||||
user: __token__
|
user: __token__
|
||||||
|
|
@ -144,7 +144,7 @@ jobs:
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
path: dist
|
path: dist
|
||||||
|
|
||||||
- uses: pypa/gh-action-pypi-publish@v1.13.0
|
- uses: pypa/gh-action-pypi-publish@v1.14.0
|
||||||
with:
|
with:
|
||||||
user: __token__
|
user: __token__
|
||||||
password: ${{ secrets.pypi_password }}
|
password: ${{ secrets.pypi_password }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue