Skip to content

Commit eb20753

Browse files
authored
Merge pull request #24 from scikit-tda/saul/debug-new-deploy-system
bump version / debug new test and deploy infra
2 parents 990dbac + 6001dd5 commit eb20753

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Install dependencies
2626
run: |
27-
python -m pip install --upgrade pip
27+
python -m pip install --upgrade pip==19.3.1
2828
pip install flake8 pytest pybind11
2929
pip install -e ".[testing]"
3030
- name: Lint with flake8

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: '3.x'
2020
- name: Install dependencies
2121
run: |
22-
python -m pip install --upgrade pip
22+
python -m pip install --upgrade pip==19.3.1
2323
pip install setuptools wheel twine
2424
- name: Build and publish
2525
env:

cechmate/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.10"
1+
__version__ = "0.1.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
'scipy',
3232
'numpy',
3333
'matplotlib',
34-
'phat',
34+
'phat==1.5.0a0',
3535
'persim'
3636
],
3737
extras_require={ # use `pip install -e ".[testing]"`

0 commit comments

Comments
 (0)