Skip to content

Commit 488ef47

Browse files
Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 (#188)
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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0cf3ce7 commit 488ef47

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
@@ -71,7 +71,7 @@ jobs:
7171
path: dist/
7272

7373
- name: Publish to PyPI
74-
uses: pypa/gh-action-pypi-publish@v1.12.4
74+
uses: pypa/gh-action-pypi-publish@v1.13.0
7575

7676
# Job that pushes dist artifacts to TestPyPI for test release tags
7777
test-pypi-publish:
@@ -96,7 +96,7 @@ jobs:
9696
path: dist/
9797

9898
- name: Publish to TestPyPI
99-
uses: pypa/gh-action-pypi-publish@v1.12.4
99+
uses: pypa/gh-action-pypi-publish@v1.13.0
100100
with:
101101
repository-url: https://test.pypi.org/legacy/
102102

0 commit comments

Comments
 (0)