Skip to content

Commit

Permalink
Version 1.0.0 (with package fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
csachs committed Sep 11, 2022
1 parent af90c9b commit 208e115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@v1.5.1
with:
verify_metadata: false
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The documentation to CellSium can be built using `Sphinx <https://www.sphinx-doc
License
#######

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

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

Docker
------
Expand Down

0 comments on commit 208e115

Please sign in to comment.