Skip to content

Commit 2d800cf

Browse files
build(deps): bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 (#395)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 638b687 commit 2d800cf

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@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
202+
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
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@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
210+
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
211211
with:
212212
packages-dir: wheels/
213213
skip-existing: true

0 commit comments

Comments
 (0)