Skip to content

Commit

Permalink
Remove testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
catanzaromj committed Jul 6, 2024
1 parent c021657 commit ac7ffb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest] # , windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v4

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.19.1
env:
CIBW_SKIP: "pp* cp36-* cp37-* *win_arm64 *_i686 *musllinux*"

Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
# url: https://pypi.org/p/ripser
url: https://pypi.org/p/ripser
permissions:
id-token: write
if: github.event_name == 'release' && github.event.action == 'published'
Expand All @@ -61,5 +61,3 @@ jobs:
merge-multiple: true

- uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

# Ripser.py

one more change!!!

Ripser.py is a lean persistent homology package for Python. Building on the blazing fast C++ Ripser package as the core computational engine, Ripser.py provides an intuitive interface for

- computing persistence cohomology of sparse and dense data sets,
Expand Down
4 changes: 0 additions & 4 deletions test/test_ripser.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
import itertools


def test_dumb():
assert True


def makeSparseDM(X, thresh):
"""
Helper function to make a sparse distance matrix
Expand Down

0 comments on commit ac7ffb0

Please sign in to comment.