Skip to content

Commit 5478cd9

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 5d850db commit 5478cd9

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

109109
github-release:
110110
name: Publish GitHub Release
@@ -169,7 +169,7 @@ jobs:
169169
name: python-package-distributions
170170
path: dist/
171171
- name: Publish distribution 📦 to TestPyPI
172-
uses: pypa/gh-action-pypi-publish@release/v1.12
172+
uses: pypa/gh-action-pypi-publish@release/v1.13
173173
with:
174174
repository-url: https://test.pypi.org/legacy/
175175
skip-existing: true

0 commit comments

Comments
 (0)