Skip to content

Commit

Permalink
fixed issue #87
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasPhabian committed May 26, 2022
1 parent 2497655 commit 7eb3bc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/prebuild.sh
@@ -1,7 +1,5 @@
# This script clones, builds and installs STARE
git clone https://github.com/SpatioTemporal/STARE


cd STARE


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build manylinux Python wheels
uses: RalfG/python-wheels-manylinux-build@v0.4.2
with:
python-versions: 'cp37-cp37m'
python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310'
pre-build-command: 'sh .github/workflows/prebuild.sh' # This script clones, builds, and installs STARE
build-requirements: 'cython numpy'
- name: Publish wheels to PyPI
Expand Down

0 comments on commit 7eb3bc9

Please sign in to comment.