Add building, linting for PyPI upload

This commit is contained in:
Andrew Brookins 2021-10-22 06:53:39 -07:00
parent c9967b0d40
commit 09c91fb756
8 changed files with 470 additions and 24 deletions

View file

@ -63,13 +63,12 @@ jobs:
- name: Run linter
run: |
make lint
# - name: Prepare twine checker
# run: |
# pip install -U twine wheel
# python setup.py sdist bdist_wheel
# - name: Run twine checker
# run: |
# twine check dist/*
- name: Prepare twine checker
run: |
poetry build
- name: Run twine checker
run: |
twine check dist/*
test-unix:
name: Test Unix