1
0
Fork 0
mirror of synced 2024-05-01 02:42:50 +12:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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/