Skip to content

Commit cf7040a

Browse files
dependabot[bot]mergify[bot]
authored andcommitted
Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 (#5544)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.12 to 1.8.14. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.12...v1.8.14) --- 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 837b14a)
1 parent 184e579 commit cf7040a

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.12
45+
uses: pypa/gh-action-pypi-publish@v1.8.14
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.12
51+
uses: pypa/gh-action-pypi-publish@v1.8.14
5252
with:
5353
user: __token__
5454
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)