Skip to content

Commit 829cddd

Browse files
authored
Merge pull request #681 from pytroll/dependabot/github_actions/dot-github/workflows/pypa/gh-action-pypi-publish-1.13.0
Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in /.github/workflows
2 parents 6f1becb + cde97a3 commit 829cddd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
path: dist
9494
- name: Publish package to PyPI
9595
if: github.event.action != 'published'
96-
uses: pypa/gh-action-pypi-publish@v1.12.4
96+
uses: pypa/gh-action-pypi-publish@v1.13.0
9797
with:
9898
user: __token__
9999
password: ${{ secrets.test_pypi_password }}
@@ -116,7 +116,7 @@ jobs:
116116
path: dist
117117
- name: Publish package to PyPI
118118
if: github.event.action == 'published'
119-
uses: pypa/gh-action-pypi-publish@v1.12.4
119+
uses: pypa/gh-action-pypi-publish@v1.13.0
120120
with:
121121
user: __token__
122122
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)