Skip to content

Commit 5647019

Browse files
committed
Increased version. Added deploy step to pypi
1 parent 61939f9 commit 5647019

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ streamlit==1.34.0
22
numpy>=1.25.2
33
scikit-learn>=1.5.0
44
pandas>=2.1.0
5-
tda-mapper==0.7.0
5+
tda-mapper>=0.7.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "tda-mapper"
7-
version = "0.7.0"
7+
version = "0.7.1"
88
description = "A simple and efficient Python implementation of Mapper algorithm for Topological Data Analysis"
99
readme = "README.md"
1010
authors = [{ name = "Luca Simi", email = "lucasimi90@gmail.com" }]

0 commit comments

Comments
 (0)