Skip to content

Commit 559ed69

Browse files
committed
documentation
1 parent cf2fe66 commit 559ed69

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

doc/docs/08_development.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,14 @@ lazydocs --output-path="path/to/TopoPyScale/doc/docs" --overview-file="README.md
6565
## New Release and Pypi Version (for the code maintainers)
6666

6767

68-
From the terminal run the following
68+
We are now using the new system of `pyproject.toml` with which the tool [`flit`](https://flit.pypa.io/en/latest/index.html#) is helping building and publishing the software to Pypi.org.
69+
6970
```sh
7071
# First, make sure twine is installed and you have your Pypi credentials
71-
pip install twine
72-
73-
# Run from the relevant VE
74-
python setup.py sdist
75-
twine upload dist/* --verbose
72+
pip install flit
7673
```
7774

7875
### Push TopoPyScale
7976
```sh
80-
twine upload --config-file ~.pypirc --repository TopoPyScale dist/* --verbose
77+
flit publish --repository TopoPyScale --pypirc {path_to_}/.pypirc
8178
```

0 commit comments

Comments
 (0)