Skip to content

Commit 7e31b15

Browse files
authored
Merge pull request #3024 from pytroll/dependabot/github_actions/pypa/gh-action-pypi-publish-1.12.3
Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3
2 parents 7a0dc1a + 3aa40a0 commit 7e31b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-sdist.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
2424
- name: Publish package to PyPI
2525
if: github.event.action == 'published'
26-
uses: pypa/gh-action-pypi-publish@v1.12.2
26+
uses: pypa/gh-action-pypi-publish@v1.12.3
2727
with:
2828
user: __token__
2929
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)