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 34dd053 commit 5e4572fCopy full SHA for 5e4572f
.github/workflows/release.yml
@@ -57,6 +57,6 @@ jobs:
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
with:
59
upload_url: ${{ steps.create_release.outputs.upload_url }}
60
- asset_path: ./dist/mylib-${{ env.VERSION }}-py3-none-any.whl
61
- asset_name: mylib-${{ env.VERSION }}-py3-none-any.whl
+ asset_path: ./dist/neasqcvariational-${{ env.VERSION }}-py3-none-any.whl
+ asset_name: neasqcvariational-${{ env.VERSION }}-py3-none-any.whl
62
asset_content_type: application/x-wheel+zip
0 commit comments