Skip to content

Commit d588e13

Browse files
authored
Merge pull request #127 from pytroll/dependabot/github_actions/pypa/gh-action-pypi-publish-1.14.2
Bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.2
2 parents 1401838 + dd29b89 commit d588e13

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
@@ -80,14 +80,14 @@ jobs:
8080
path: dist
8181
- name: Publish package to Test PyPI
8282
if: github.event.action != 'published' && github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
83-
uses: pypa/gh-action-pypi-publish@v1.14.0
83+
uses: pypa/gh-action-pypi-publish@v1.14.2
8484
with:
8585
user: __token__
8686
password: ${{ secrets.test_pypi_password }}
8787
repository_url: https://test.pypi.org/legacy/
8888
- name: Publish package to PyPI
8989
if: github.event.action == 'published'
90-
uses: pypa/gh-action-pypi-publish@v1.14.0
90+
uses: pypa/gh-action-pypi-publish@v1.14.2
9191
with:
9292
user: __token__
9393
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)