File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 22
22
23
23
- name : Build lcep-package
24
24
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
11
11
:alt: Github Workflow Tests Status
12
12
13
13
.. image :: https://img.shields.io/pypi/v/lcep-package.svg
14
- :target: https://img.shields.io/pypi/v/lcep-package.svg
15
14
:target: https://pypi.python.org/pypi/lcep-package
15
+ :alt: PyPI Status
16
16
17
17
18
18
.. image :: https://readthedocs.org/projects/lcep-package/badge/?version=latest
@@ -39,8 +39,7 @@ Features
39
39
Credits
40
40
-------
41
41
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 _.
43
43
44
44
.. _cookietemple : https://cookietemple.com
45
45
.. _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