Skip to content

Commit c6a4191

Browse files
committed
Merge branch 'master' into smart_holder
2 parents fb78376 + ed466da commit c6a4191

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
@@ -99,13 +99,13 @@ jobs:
9999
- uses: actions/download-artifact@v3
100100

101101
- name: Publish standard package
102-
uses: pypa/gh-action-pypi-publish@v1.8.4
102+
uses: pypa/gh-action-pypi-publish@v1.8.5
103103
with:
104104
password: ${{ secrets.pypi_password }}
105105
packages-dir: standard/
106106

107107
- name: Publish global package
108-
uses: pypa/gh-action-pypi-publish@v1.8.4
108+
uses: pypa/gh-action-pypi-publish@v1.8.5
109109
with:
110110
password: ${{ secrets.pypi_password_global }}
111111
packages-dir: global/

0 commit comments

Comments
 (0)