Skip to content

Commit e2cecc0

Browse files
committed
pypi
1 parent b3efbc3 commit e2cecc0

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.vscode/
22
__pycache__/
33
/bin/
4-
/releases/
4+
/releases/
5+
/pypi/

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
© Ihor Mirzov, 2019-2021
1+
© Ihor Mirzov, 2019-2022
22
Distributed under GNU General Public License v3.0
33

44
[![PyPi](https://badgen.net/badge/icon/pypi?icon=pypi&label)](https://pypi.org/project/ccx2paraview)
@@ -173,9 +173,9 @@ Also there is a good way to create a binary with Cython (works fine for a signle
173173

174174
Read [how to create packages](https://packaging.python.org/tutorials/packaging-projects/) for [pypi.org](https://pypi.org/):
175175

176-
python3 -m pip install --user --upgrade setuptools wheel twine
177-
python3 setup.py sdist bdist_wheel
178-
twine upload dist/*
176+
python3 -m pip install --upgrade build twine
177+
python3 -m build
178+
python3 -m twine upload dist/*
179179

180180
Read about VTK [file formats](https://vtk.org/wp-content/uploads/2015/04/file-formats.pdf) and VTK [unstructured grid](https://kitware.github.io/vtk-examples/site/VTKFileFormats/#unstructuredgrid). Remember that FRD file is node based, so element results are also stored at nodes after extrapolation from the integration points.
181181

0 commit comments

Comments
 (0)