Skip to content

Commit 71270f0

Browse files
Bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.2
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.14.0 to 1.14.2. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.14.0...v1.14.2) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 87060b4 commit 71270f0

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)