Skip to content

Commit e815a13

Browse files
authored
new token for publishing stubs (#1724)
1 parent d59127d commit e815a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf #v1.8.11
3535
with:
3636
user: __token__
37-
password: ${{ secrets.pypi_password }}
37+
password: ${{ secrets.pypi_stubs_token }}
3838
packages-dir: ./stubs/dist
3939
- name: Publish metaflow package
4040
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf #v1.8.11

0 commit comments

Comments
 (0)