Skip to content

Commit 8830750

Browse files
Merge pull request #1964 from KLayout/dependabot/github_actions/pypa/gh-action-pypi-publish-1.12.3
Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.3
2 parents 53d290c + d6167ca commit 8830750

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)