Skip to content

Commit d0b4e76

Browse files
authored
Merge pull request #332 from jcmgray/dependabot/github_actions/dot-github/workflows/pypa/gh-action-pypi-publish-1.13.0
Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.13.0 in /.github/workflows
2 parents a4a628f + cecbc2f commit d0b4e76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
path: dist
8989
- name: Publish package to TestPyPI
9090
if: github.event_name == 'push'
91-
uses: pypa/gh-action-pypi-publish@v1.12.3
91+
uses: pypa/gh-action-pypi-publish@v1.13.0
9292
with:
9393
repository-url: https://test.pypi.org/legacy/
9494
verbose: true
@@ -111,6 +111,6 @@ jobs:
111111
name: releases
112112
path: dist
113113
- name: Publish package to PyPI
114-
uses: pypa/gh-action-pypi-publish@v1.12.3
114+
uses: pypa/gh-action-pypi-publish@v1.13.0
115115
with:
116116
verbose: true

0 commit comments

Comments
 (0)