Skip to content

Commit ce652f9

Browse files
Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.8.10
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.5.0 to 1.8.10. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.5.0...v1.8.10) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9dac7c5 commit ce652f9

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
@@ -60,14 +60,14 @@ jobs:
6060
6161
- name: Publish package on PyPI
6262
if: steps.check-version.outputs.tag
63-
uses: pypa/gh-action-pypi-publish@v1.5.0
63+
uses: pypa/gh-action-pypi-publish@v1.8.10
6464
with:
6565
user: __token__
6666
password: ${{ secrets.PYPI_TOKEN }}
6767

6868
- name: Publish package on TestPyPI
6969
if: "! steps.check-version.outputs.tag"
70-
uses: pypa/gh-action-pypi-publish@v1.5.0
70+
uses: pypa/gh-action-pypi-publish@v1.8.10
7171
with:
7272
user: __token__
7373
password: ${{ secrets.TEST_PYPI_TOKEN }}

0 commit comments

Comments
 (0)