Skip to content

Commit c10dfd5

Browse files
Bump pypa/gh-action-pypi-publish
Bumps the github_actions group with 1 update in the /.github/workflows directory: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/gh-action-pypi-publish` from 1.9.0 to 1.13.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.9.0...v1.13.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 39f5de2 commit c10dfd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434

3535
- name: Publish distribution to Test PyPI
3636
if: github.event_name == 'push'
37-
uses: pypa/gh-action-pypi-publish@v1.9.0
37+
uses: pypa/gh-action-pypi-publish@v1.13.0
3838
with:
3939
repository_url: https://test.pypi.org/legacy/
4040

4141
- name: Publish distribution to PyPI
4242
if: github.event_name == 'release'
43-
uses: pypa/gh-action-pypi-publish@v1.9.0
43+
uses: pypa/gh-action-pypi-publish@v1.13.0

0 commit comments

Comments
 (0)