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:
Matthias Köfferlein
2025-09-06 13:24:58 +02:00
committed by GitHub
+2 -2
View File
@@ -127,7 +127,7 @@ jobs:
merge-multiple: true
path: dist
- uses: pypa/[email protected]2.4
- uses: pypa/[email protected]3.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/[email protected]2.4
- uses: pypa/[email protected]3.0
with:
user: __token__
password: ${{ secrets.pypi_password }}