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 ae73256 commit c2caa4eCopy full SHA for c2caa4e
.github/workflows/build-wheel-release.yml
@@ -227,4 +227,4 @@ jobs:
227
needs: [test-wheels]
228
uses: ./.github/workflows/release-github.yml
229
secrets:
230
- PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
+ PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
.github/workflows/release-github.yml
@@ -160,4 +160,4 @@ jobs:
160
curl --silent --fail --data-binary @"$FILE" \
161
-H "Content-Type: application/zip" \
162
-H "Authorization: Bearer $PAT_TOKEN" \
163
- "${{ steps.create_release.outputs.upload_url }}?name=$(basename "$FILE")"
+ "${{ steps.create_release.outputs.upload_url }}?name=$(basename "$FILE")"
0 commit comments