We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59127d commit e815a13Copy full SHA for e815a13
.github/workflows/publish.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf #v1.8.11
35
with:
36
user: __token__
37
- password: ${{ secrets.pypi_password }}
+ password: ${{ secrets.pypi_stubs_token }}
38
packages-dir: ./stubs/dist
39
- name: Publish metaflow package
40
0 commit comments