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 bf85ca0 commit d586297Copy full SHA for d586297
.github/workflows/pythonpublish.yml
@@ -29,3 +29,11 @@ jobs:
29
run: |
30
python setup.py sdist bdist_wheel
31
twine upload dist/*
32
+ - name: Upload wheel file to release
33
+ uses: svenstaro/upload-release-action@v1-release
34
+ with:
35
+ repo_token: ${{ secrets.GITHUB_TOKEN }}
36
+ file: dist/*.whl
37
+ tag: ${{ github.ref }}
38
+ overwrite: true
39
+ file_glob: true
0 commit comments