Skip to content

Commit 3255667

Browse files
committedFeb 9, 2024·
Fix poetry config
1 parent 04a380b commit 3255667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Config repository
3434
run: |
3535
poetry config pypi-token.pypi ${{ env.TOKEN }}
36-
poetry config http-basic.pypi multi_coop ${{ env.PASSWORD }}
36+
poetry config http-basic.pypi multi_coop "${{ env.PASSWORD }}"
3737
3838
- name: Publish ${{ env.TAG_VERSION }}
3939
run: poetry publish

0 commit comments

Comments
 (0)
Please sign in to comment.