Skip to content

Commit 7d9f869

Browse files
Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.8.6 (#1086)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.6.4 to 1.8.6. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.6.4...v1.8.6) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 135ac4f commit 7d9f869

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
@@ -57,14 +57,14 @@ jobs:
5757
5858
- name: Publish package on PyPI
5959
if: steps.check-version.outputs.tag
60-
uses: pypa/gh-action-pypi-publish@v1.6.4
60+
uses: pypa/gh-action-pypi-publish@v1.8.6
6161
with:
6262
user: __token__
6363
password: ${{ secrets.PYPI_TOKEN }}
6464

6565
- name: Publish package on TestPyPI
6666
if: "! steps.check-version.outputs.tag"
67-
uses: pypa/gh-action-pypi-publish@v1.6.4
67+
uses: pypa/gh-action-pypi-publish@v1.8.6
6868
with:
6969
user: __token__
7070
password: ${{ secrets.TEST_PYPI_TOKEN }}

0 commit comments

Comments
 (0)