Skip to content

Commit 01de651

Browse files
authored
Merge pull request #37 from LDEO-CREW/dependabot/github_actions/main/pypa/gh-action-pypi-publish-1.13.0
Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0
2 parents 901f8ca + 179116b commit 01de651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous_distribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
name: releases
5252
path: dist
5353
- name: Publish package to PyPI
54-
uses: pypa/gh-action-pypi-publish@v1.12.4
54+
uses: pypa/gh-action-pypi-publish@v1.13.0
5555
with:
5656
user: __token__
5757
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)