Skip to content

Commit fb9a222

Browse files
chore(deps): bump pypa/gh-action-pypi-publish from 1.4.2 to 1.5.0 (#3606)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.4.2 to 1.5.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.4.2...v1.5.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2cd32e5 commit fb9a222

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@ jobs:
9696
- uses: actions/download-artifact@v2
9797

9898
- name: Publish standard package
99-
uses: pypa/gh-action-pypi-publish@v1.4.2
99+
uses: pypa/gh-action-pypi-publish@v1.5.0
100100
with:
101101
password: ${{ secrets.pypi_password }}
102102
packages_dir: standard/
103103

104104
- name: Publish global package
105-
uses: pypa/gh-action-pypi-publish@v1.4.2
105+
uses: pypa/gh-action-pypi-publish@v1.5.0
106106
with:
107107
password: ${{ secrets.pypi_password_global }}
108108
packages_dir: global/

0 commit comments

Comments
 (0)