Skip to content

Commit aa60881

Browse files
authored
Merge pull request #167 from pytroll/dependabot/github_actions/pypa/gh-action-pypi-publish-1.12.2
Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2
2 parents 1e4cfbe + 2c3ea0c commit aa60881

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
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Publish package to PyPI
2121
if: github.event.action == 'published'
22-
uses: pypa/gh-action-pypi-publish@v1.11.0
22+
uses: pypa/gh-action-pypi-publish@v1.12.2
2323
with:
2424
user: __token__
2525
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)