Skip to content

Commit fbbe055

Browse files
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 b9f5bee commit fbbe055

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
path: dist/
9292

9393
- name: Publish to TestPyPI
94-
uses: pypa/gh-action-pypi-publish@v1.12.4
94+
uses: pypa/gh-action-pypi-publish@v1.13.0
9595
with:
9696
repository-url: https://test.pypi.org/legacy/
9797
print-hash: true
@@ -163,7 +163,7 @@ jobs:
163163
path: dist/
164164

165165
- name: Publish to PyPI
166-
uses: pypa/gh-action-pypi-publish@v1.12.4
166+
uses: pypa/gh-action-pypi-publish@v1.13.0
167167
with:
168168
print-hash: true
169169
skip-existing: true

0 commit comments

Comments
 (0)