Skip to content

Commit d6167ca

Browse files
Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.3
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.11.0 to 1.12.3. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.11.0...v1.12.3) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b0298af commit d6167ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
name: artifact
104104
path: dist
105105

106-
- uses: pypa/gh-action-pypi-publish@v1.11.0
106+
- uses: pypa/gh-action-pypi-publish@v1.12.3
107107
continue-on-error: true # might fail if we don't bump the version
108108
with:
109109
user: __token__
@@ -120,7 +120,7 @@ jobs:
120120
name: artifact
121121
path: dist
122122

123-
- uses: pypa/gh-action-pypi-publish@v1.11.0
123+
- uses: pypa/gh-action-pypi-publish@v1.12.3
124124
with:
125125
user: __token__
126126
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)