Skip to content

Commit 208e115

Browse files
committed
Version 1.0.0 (with package fix)
1 parent af90c9b commit 208e115

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,5 @@ jobs:
2727
if: startsWith(github.ref, 'refs/tags')
2828
uses: pypa/gh-action-pypi-publish@v1.5.1
2929
with:
30-
verify_metadata: false
3130
user: __token__
3231
password: ${{ secrets.PYPI_API_TOKEN }}

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The documentation to CellSium can be built using `Sphinx <https://www.sphinx-doc
5353
License
5454
#######
5555

56-
CellSium is available under the :doc:`BSD license <license>`.
56+
CellSium is available under the BSD license (see LICENSE.rst / license section).
5757

5858
Installation
5959
------------
@@ -115,7 +115,7 @@ You can for example run a default simulation by just starting CellSium, the resu
115115
116116
> python -m cellsium
117117
118-
For more in-depth usage examples, please see the :doc:`examples <examples>` section.
118+
For more in-depth usage examples, please see the examples section of the documentation.
119119

120120
Docker
121121
------

0 commit comments

Comments
 (0)