Skip to content

Commit 726c748

Browse files
authored
Merge pull request #90 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 d0c3bad + 57f7059 commit 726c748

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/gh-action-pypi-publish@v1.11.0
104+
uses: pypa/gh-action-pypi-publish@v1.12.2
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/gh-action-pypi-publish@v1.11.0
111+
uses: pypa/gh-action-pypi-publish@v1.12.2
112112
with:
113113
user: __token__
114114
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)