Skip to content

Commit 03b9116

Browse files
authored
Merge pull request #228 from ome/dependabot/github_actions/dot-github/workflows/pypa/gh-action-pypi-publish-1.13.0
Bump pypa/gh-action-pypi-publish from 1.3.0 to 1.13.0 in /.github/workflows
2 parents 573db34 + 0c3fd48 commit 03b9116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
python -m build
2626
- name: Publish distribution to PyPI
2727
if: startsWith(github.ref, 'refs/tags') && startsWith(matrix.python-version, '3.9')
28-
uses: pypa/gh-action-pypi-publish@v1.3.0
28+
uses: pypa/gh-action-pypi-publish@v1.13.0
2929
with:
3030
password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)