Skip to content

Commit 31f5ebf

Browse files
Merge pull request #2411 from KLayout/dependabot/github_actions/pypa/gh-action-pypi-publish-1.14.2
Bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.2
2 parents 6615516 + 71270f0 commit 31f5ebf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
merge-multiple: true
159159
path: dist
160160

161-
- uses: pypa/gh-action-pypi-publish@v1.14.0
161+
- uses: pypa/gh-action-pypi-publish@v1.14.2
162162
continue-on-error: true # might fail if we don't bump the version
163163
with:
164164
user: __token__
@@ -175,7 +175,7 @@ jobs:
175175
merge-multiple: true
176176
path: dist
177177

178-
- uses: pypa/gh-action-pypi-publish@v1.14.0
178+
- uses: pypa/gh-action-pypi-publish@v1.14.2
179179
with:
180180
user: __token__
181181
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)