Skip to content

Commit 02c8201

Browse files
Bump pypa/gh-action-pypi-publish@release/v1.12 from 1.12 to 1.13 (#171)
Bumps [pypa/gh-action-pypi-publish@release/v1.12](https://github.com/pypa/gh-action-pypi-publish) from 1.12 to 1.13. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@release/v1.12...release/v1.13) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish@release/v1.12 dependency-version: '1.13' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 117b4b3 commit 02c8201

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
name: python-package-distributions
5050
path: dist/
5151
- name: Publish distribution 📦 to PyPI
52-
uses: pypa/gh-action-pypi-publish@release/v1.12
52+
uses: pypa/gh-action-pypi-publish@release/v1.13
5353

5454
github-release:
5555
name: >-
@@ -115,7 +115,7 @@ jobs:
115115
name: python-package-distributions
116116
path: dist/
117117
- name: Publish distribution 📦 to TestPyPI
118-
uses: pypa/gh-action-pypi-publish@release/v1.12
118+
uses: pypa/gh-action-pypi-publish@release/v1.13
119119
with:
120120
repository-url: https://test.pypi.org/legacy/
121121
skip-existing: true

0 commit comments

Comments
 (0)