Skip to content

Commit 40f1442

Browse files
Bump pypa/gh-action-pypi-publish@release/v1.10 from 1.10 to 1.12 (#144)
Bumps [pypa/gh-action-pypi-publish@release/v1.10](https://github.com/pypa/gh-action-pypi-publish) from 1.10 to 1.12. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@release/v1.10...release/v1.12) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish@release/v1.10 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 3348cdc commit 40f1442

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.10
52+
uses: pypa/gh-action-pypi-publish@release/v1.12
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.10
118+
uses: pypa/gh-action-pypi-publish@release/v1.12
119119
with:
120120
repository-url: https://test.pypi.org/legacy/
121121
skip-existing: true

0 commit comments

Comments
 (0)