Skip to content

Commit 0ce9566

Browse files
dependabot[bot]igaw
authored andcommitted
build(deps): bump pypa/gh-action-pypi-publish@release/v1.5
Bumps [pypa/gh-action-pypi-publish@release/v1.5](https://github.com/pypa/gh-action-pypi-publish) from 1.5 to 1.12. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@release/v1.5...release/v1.12) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish@release/v1.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a9f667a commit 0ce9566

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
path: dist
4343

4444
- name: Publish package to TestPyPI
45-
uses: pypa/gh-action-pypi-publish@release/v1.5
45+
uses: pypa/gh-action-pypi-publish@release/v1.12
4646
with:
4747
user: __token__
4848
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
@@ -66,7 +66,7 @@ jobs:
6666
name: artifact
6767
path: dist
6868
- name: Publish package to PyPI
69-
uses: pypa/gh-action-pypi-publish@release/v1.5
69+
uses: pypa/gh-action-pypi-publish@release/v1.12
7070
if: steps.check-tag.outputs.match == 'true'
7171
with:
7272
user: __token__

0 commit comments

Comments
 (0)