Skip to content

Commit b2732c6

Browse files
chore(deps): bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 (#4718)
* chore(deps): bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.6 to 1.8.7. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.6...v1.8.7) --- 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> * Apply suggestions from code review --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
1 parent 47dc0c4 commit b2732c6

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
@@ -102,13 +102,13 @@ jobs:
102102
- uses: actions/download-artifact@v3
103103

104104
- name: Publish standard package
105-
uses: pypa/gh-action-pypi-publish@v1.8.6
105+
uses: pypa/gh-action-pypi-publish@release/v1
106106
with:
107107
password: ${{ secrets.pypi_password }}
108108
packages-dir: standard/
109109

110110
- name: Publish global package
111-
uses: pypa/gh-action-pypi-publish@v1.8.6
111+
uses: pypa/gh-action-pypi-publish@release/v1
112112
with:
113113
password: ${{ secrets.pypi_password_global }}
114114
packages-dir: global/

0 commit comments

Comments
 (0)