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 ce5aa53 commit b0452c7Copy full SHA for b0452c7
.github/workflows/publish.yml
@@ -222,12 +222,16 @@ jobs:
222
223
- name: Publish GitHub Release
224
uses: actions/create-release@v1
225
+ env:
226
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
227
with:
228
tag_name: ${{ github.ref }}
229
release_name: Release ${{ github.ref }}
230
231
- name: Upload Release Assets
232
uses: actions/upload-release-asset@v1
233
234
235
236
upload_url: ${{ steps.create_release.outputs.upload_url }}
237
asset_path: ${{ github.workspace }}/python/framework/dist/pypccl-*.whl
0 commit comments