Skip to content

Commit acc4640

Browse files
authored
Merge pull request #640 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 e2c20c9 + 8dfd060 commit acc4640

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
path: dist
113113
- name: Publish package to PyPI
114114
if: github.event.action != 'published'
115-
uses: pypa/[email protected].2
115+
uses: pypa/[email protected].3
116116
with:
117117
user: __token__
118118
password: ${{ secrets.test_pypi_password }}
@@ -149,7 +149,7 @@ jobs:
149149
path: dist
150150
- name: Publish package to PyPI
151151
if: github.event.action == 'published'
152-
uses: pypa/[email protected].2
152+
uses: pypa/[email protected].3
153153
with:
154154
user: __token__
155155
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)