Skip to content

Commit 9f60e9a

Browse files
committed
Merge branch 'master' into internals_std_type_index_modernization
2 parents 0ff73a9 + ed466da commit 9f60e9a

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

100100
- name: Publish standard package
101-
uses: pypa/[email protected].3
101+
uses: pypa/[email protected].5
102102
with:
103103
password: ${{ secrets.pypi_password }}
104104
packages-dir: standard/
105105

106106
- name: Publish global package
107-
uses: pypa/[email protected].3
107+
uses: pypa/[email protected].5
108108
with:
109109
password: ${{ secrets.pypi_password_global }}
110110
packages-dir: global/

0 commit comments

Comments
 (0)