Skip to content

Commit 19eb713

Browse files
authored
Merge pull request #93 from pytroll/dependabot/github_actions/pypa/gh-action-pypi-publish-1.12.4
Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4
2 parents 45ee914 + 2d08dd6 commit 19eb713

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@ jobs:
101101
path: dist
102102
- name: Publish package to Test PyPI
103103
if: github.event.action != 'published' && github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
104-
uses: pypa/[email protected].3
104+
uses: pypa/[email protected].4
105105
with:
106106
user: __token__
107107
password: ${{ secrets.test_pypi_password }}
108108
repository_url: https://test.pypi.org/legacy/
109109
- name: Publish package to PyPI
110110
if: github.event.action == 'published'
111-
uses: pypa/[email protected].3
111+
uses: pypa/[email protected].4
112112
with:
113113
user: __token__
114114
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)