Skip to content

Commit e2676f5

Browse files
committed
fixed README
Signed-off-by: Zethson <[email protected]>
1 parent db7cfcb commit e2676f5

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.github/workflows/build_package.yml

+9
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,12 @@ jobs:
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/*

README.rst

+2-3
Original file line numberDiff line numberDiff 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
3939
Credits
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

0 commit comments

Comments
 (0)