Skip to content

Commit f84bc52

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

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
@@ -36,13 +36,13 @@ jobs:
3636
- name: Publish to test.pypi.org
3737
if: >- # "create" workflows run separately from "push" & "pull_request"
3838
github.event_name == 'release'
39-
uses: pypa/[email protected].6
39+
uses: pypa/[email protected].14
4040
with:
4141
password: ${{ secrets.testpypi_password }}
4242
repository_url: https://test.pypi.org/legacy/
4343
- name: Publish to pypi.org
4444
if: >- # "create" workflows run separately from "push" & "pull_request"
4545
github.event_name == 'release'
46-
uses: pypa/[email protected].6
46+
uses: pypa/[email protected].14
4747
with:
4848
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)