We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d6243 commit c011b5fCopy full SHA for c011b5f
.github/workflows/release.yml
@@ -101,10 +101,10 @@ jobs:
101
bin/release-helper.sh git-commit-release ${{ env.release }}
102
103
- name: "Publish release to pypi"
104
+ env:
105
+ UV_PUBLISH_TOKEN: ${{ secrets.UV_PUBLISH_TOKEN }}
106
run: |
107
make install publish
- with:
- UV_PUBLISH_TOKEN: ${{ secrets.UV_PUBLISH_TOKEN }}
108
109
- name: "Push the release commit and tag"
110
@@ -121,10 +121,10 @@ jobs:
121
git push
122
123
- name: "Publish development version to pypi"
124
125
126
127
128
129
- name: "Show git modifications"
130
0 commit comments