File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 2222
2323 - name : Build lcep-package
2424 run : python setup.py clean --all install
25+
26+ - name : Install required twine packaging dependencies
27+ run : pip install setuptools wheel twine
28+
29+ - name : Build twine package
30+ run : python setup.py sdist bdist_wheel
31+
32+ - name : Check twine package
33+ run : twine check dist/*
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ lcep-package
1111 :alt: Github Workflow Tests Status
1212
1313.. image :: https://img.shields.io/pypi/v/lcep-package.svg
14- :target: https://img.shields.io/pypi/v/lcep-package.svg
1514 :target: https://pypi.python.org/pypi/lcep-package
15+ :alt: PyPI Status
1616
1717
1818.. image :: https://readthedocs.org/projects/lcep-package/badge/?version=latest
@@ -39,8 +39,7 @@ Features
3939Credits
4040-------
4141
42- This package was created with cookietemple _ based on a modified audreyr/ cookiecutter-pypackage _ project template using Cookiecutter _.
42+ This package was created with cookietemple _ using Cookiecutter _.
4343
4444.. _cookietemple : https://cookietemple.com
4545.. _Cookiecutter : https://github.com/audreyr/cookiecutter
46- .. _audreyr/cookiecutter-pypackage : https://github.com/audreyr/cookiecutter-pypackage
You can’t perform that action at this time.
0 commit comments