Skip to content

Commit b14d58b

Browse files
chore(deps): bump pypa/gh-action-pypi-publish from 1.5.1 to 1.5.2 (#4370)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.5.1...v1.5.2) --- 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8869984 commit b14d58b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pip.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ jobs:
9898
- uses: actions/download-artifact@v3
9999

100100
- name: Publish standard package
101-
uses: pypa/gh-action-pypi-publish@v1.5.1
101+
uses: pypa/gh-action-pypi-publish@v1.5.2
102102
with:
103103
password: ${{ secrets.pypi_password }}
104104
packages_dir: standard/
105105

106106
- name: Publish global package
107-
uses: pypa/gh-action-pypi-publish@v1.5.1
107+
uses: pypa/gh-action-pypi-publish@v1.5.2
108108
with:
109109
password: ${{ secrets.pypi_password_global }}
110110
packages_dir: global/

0 commit comments

Comments
 (0)