Skip to content

Commit c236239

Browse files
chore(deps): bump pypa/gh-action-pypi-publish from v1.4.1 to v1.4.2 (#2851)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from v1.4.1 to v1.4.2. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.4.1...27b3170) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c78dfb6 commit c236239

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
@@ -91,13 +91,13 @@ jobs:
9191
- uses: actions/download-artifact@v2
9292

9393
- name: Publish standard package
94-
uses: pypa/[email protected].1
94+
uses: pypa/[email protected].2
9595
with:
9696
password: ${{ secrets.pypi_password }}
9797
packages_dir: standard/
9898

9999
- name: Publish global package
100-
uses: pypa/[email protected].1
100+
uses: pypa/[email protected].2
101101
with:
102102
password: ${{ secrets.pypi_password_global }}
103103
packages_dir: global/

0 commit comments

Comments
 (0)