Commit 4c4585ce authored by Stefan Behnel's avatar Stefan Behnel

Also upload the Python tgz and wheel to GH Releases.

parent b2780f23
...@@ -21,6 +21,14 @@ jobs: ...@@ -21,6 +21,14 @@ jobs:
- name: Make sdist and Python wheel - name: Make sdist and Python wheel
run: make sdist pywheel run: make sdist pywheel
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
dist/*.tar.gz
dist/*-none-any.whl
- name: Upload sdist - name: Upload sdist
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment