Add building, linting for PyPI upload
This commit is contained in:
parent
c9967b0d40
commit
09c91fb756
8 changed files with 470 additions and 24 deletions
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue