Skip to content

Commit 388b2bc

Browse files
build(deps): bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1 (#343)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 109ff4e commit 388b2bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,15 +199,15 @@ jobs:
199199
merge-multiple: true
200200

201201
- name: Publish package distributions to Test PyPI
202-
uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
202+
uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 # v1.10.1
203203
with:
204204
repository-url: https://test.pypi.org/legacy/
205205
packages-dir: wheels/
206206
skip-existing: true
207207

208208
- name: Publish package distributions to PyPI
209209
if: always()
210-
uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
210+
uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 # v1.10.1
211211
with:
212212
packages-dir: wheels/
213213
skip-existing: true

0 commit comments

Comments
 (0)