Skip to content

Commit 50c048c

Browse files
⬆ Bump pypa/gh-action-pypi-publish@release/v1.12 from 1.12 to 1.13
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]>
1 parent cb564b8 commit 50c048c

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
@@ -102,7 +102,7 @@ jobs:
102102
name: python-package-distributions
103103
path: dist/
104104
- name: Publish distribution 📦 to PyPI
105-
uses: pypa/gh-action-pypi-publish@release/v1.12
105+
uses: pypa/gh-action-pypi-publish@release/v1.13
106106

107107
github-release:
108108
name: Publish GitHub Release
@@ -167,7 +167,7 @@ jobs:
167167
name: python-package-distributions
168168
path: dist/
169169
- name: Publish distribution 📦 to TestPyPI
170-
uses: pypa/gh-action-pypi-publish@release/v1.12
170+
uses: pypa/gh-action-pypi-publish@release/v1.13
171171
with:
172172
repository-url: https://test.pypi.org/legacy/
173173
skip-existing: true

0 commit comments

Comments
 (0)