Skip to content

Commit 0fb9ac7

Browse files
Merge pull request #1918 from KLayout/dependabot/github_actions/pypa/gh-action-pypi-publish-1.11.0
Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.11.0
2 parents 56aad4a + 022a835 commit 0fb9ac7

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.10.2
106+
- uses: pypa/gh-action-pypi-publish@v1.11.0
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.10.2
123+
- uses: pypa/gh-action-pypi-publish@v1.11.0
124124
with:
125125
user: __token__
126126
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)