Skip to content

Commit 0cf39b4

Browse files
Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.12 (backport #5534) (#5541)
Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.12 (#5534) Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.5 to 1.8.12. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.5...v1.8.12) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit e25ec54) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e42cd91 commit 0cf39b4

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
@@ -42,13 +42,13 @@ jobs:
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
- name: Publish package
45-
uses: pypa/gh-action-pypi-publish@v1.8.5
45+
uses: pypa/gh-action-pypi-publish@v1.8.12
4646
with:
4747
user: __token__
4848
password: ${{ secrets.PYPI_API_TOKEN }}
4949
packages-dir: dist
5050
- name: Publish wrapper package
51-
uses: pypa/gh-action-pypi-publish@v1.8.5
51+
uses: pypa/gh-action-pypi-publish@v1.8.12
5252
with:
5353
user: __token__
5454
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)