Create build artifact (#372)

* Create build artifact

* Update publish.yml
This commit is contained in:
Ali Parlakçı
2021-05-15 12:13:42 +03:00
committed by GitHub
parent fca3184950
commit 8a7d21e159

View File

@@ -27,3 +27,9 @@ jobs:
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
- name: Upload coverage report
uses: actions/upload-artifact@v2
with:
name: dist
path: dist/