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