|
|
|
|
@ -13,10 +13,10 @@ jobs:
|
|
|
|
|
with: |
|
|
|
|
python-version: 3.8 |
|
|
|
|
|
|
|
|
|
- name: Install pep517 and twine |
|
|
|
|
run: python -m pip install pep517 twine |
|
|
|
|
- name: Install python-build and twine |
|
|
|
|
run: python -m pip install build twine |
|
|
|
|
- name: Build package |
|
|
|
|
run: python -m pep517.build --source --binary . |
|
|
|
|
run: python -m build --sdist --wheel . |
|
|
|
|
- name: List result |
|
|
|
|
run: ls -l dist |
|
|
|
|
- name: Check long_description |
|
|
|
|
|