Skip to content

Commit

Permalink
Merge pull request #24 from scikit-tda/saul/debug-new-deploy-system
Browse files Browse the repository at this point in the history
bump version / debug new test and deploy infra
sauln authored Jan 9, 2021
2 parents 990dbac + 6001dd5 commit eb20753
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip==19.3.1
pip install flake8 pytest pybind11
pip install -e ".[testing]"
- name: Lint with flake8
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ jobs:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip==19.3.1
pip install setuptools wheel twine
- name: Build and publish
env:
2 changes: 1 addition & 1 deletion cechmate/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.10"
__version__ = "0.1.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
'scipy',
'numpy',
'matplotlib',
'phat',
'phat==1.5.0a0',
'persim'
],
extras_require={ # use `pip install -e ".[testing]"`

0 comments on commit eb20753

Please sign in to comment.