File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1313 python-version : ' 3.10'
1414 - name : Install dependencies
1515 run : |
16- python -m pip install --upgrade pip
17- python -m pip install -U setuptools wheel twine
18- - name : Build and check
19- run : |
20- python setup.py sdist bdist_wheel
21- twine check dist/*
16+ python -m pip install --upgrade pip
17+ python -m pip install -U build twine
18+ - name : Build and check source tarball
19+ run : python -m build
20+ - name : Twine check
21+ run : twine check dist/*
Original file line number Diff line number Diff line change 2020 - name : Install dependencies
2121 run : |
2222 python -m pip install --upgrade pip
23- python -m pip install -U setuptools setuptools_scm wheel twine
23+ python -m pip install -U build twine
2424 - name : Build and check source tarball
25- run : python setup.py sdist bdist_wheel
25+ run : python -m build
2626 - name : Twine check
2727 run : twine check dist/*
2828 - name : Publish distribution to PyPI
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ include *.yaml
66include Makefile
77include tox.ini
88include .coveragerc
9+ include .flake8
910recursive-include tests *
1011recursive-exclude * __pycache__
1112recursive-exclude * *.py[co]
You can’t perform that action at this time.
0 commit comments