Skip to content

Commit 7ff36be

Browse files
dependabot[bot]benjeffery
authored andcommitted
Bump pypa/gh-action-pypi-publish in /.github/workflows
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.4 to 1.13.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.4...v1.13.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3926584 commit 7ff36be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@ jobs:
129129
cp */*.{whl,gz} dist/.
130130
- name: Publish distribution to Test PyPI
131131
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
132-
uses: pypa/gh-action-pypi-publish@v1.12.4
132+
uses: pypa/gh-action-pypi-publish@v1.13.0
133133
with:
134134
repository_url: https://test.pypi.org/legacy/
135135
- name: Publish distribution to PRODUCTION PyPI
136136
if: github.event_name == 'release'
137-
uses: pypa/gh-action-pypi-publish@v1.12.4
137+
uses: pypa/gh-action-pypi-publish@v1.13.0
138138

0 commit comments

Comments
 (0)