File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -63,12 +63,12 @@ jobs:
6363 steps :
6464 - uses : actions/download-artifact@v4
6565 with :
66- # unpacks all CIBW artifacts into dist/
6766 pattern : cibw-*
6867 path : dist
6968 merge-multiple : true
7069
7170 - uses : pypa/gh-action-pypi-publish@release/v1
7271 with :
73- # To test:
74- repository-url : https://test.pypi.org/legacy/
72+ repository-url : https://test.pypi.org/legacy/
73+
74+ - uses : pypa/gh-action-pypi-publish@release/v1
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ streamlit==1.34.0
22numpy >= 1.25.2
33scikit-learn >= 1.5.0
44pandas >= 2.1.0
5- tda-mapper = =0.7.0
5+ tda-mapper > =0.7.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " tda-mapper"
7- version = " 0.7.0 "
7+ version = " 0.7.1 "
88description = " A simple and efficient Python implementation of Mapper algorithm for Topological Data Analysis"
99readme = " README.md"
1010authors = [{ name = " Luca Simi" , email = " lucasimi90@gmail.com" }]
You can’t perform that action at this time.
0 commit comments