Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbolliet committed Sep 28, 2024
1 parent 1e10ad3 commit ce401e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 269 deletions.
258 changes: 0 additions & 258 deletions PKG-INFO

This file was deleted.

11 changes: 4 additions & 7 deletions pypi_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,16 @@ docker --version

# build wheels for linux
# CIBW_BEFORE_BUILD="apt-get install -y libgsl-dev libfftw3-dev" CIBW_PLATFORM=linux cibuildwheel --output-dir dist
# CIBW_BUILD="cp39-manylinux_aarch64" CIBW_ARCHS="aarch64" CIBW_BEFORE_BUILD="yum install -y gsl-devel fftw-devel" CIBW_PLATFORM=linux cibuildwheel --output-dir dist
CIBW_BUILD="cp39-manylinux_aarch64" CIBW_ARCHS="aarch64" CIBW_BEFORE_BUILD="yum install -y gsl-devel fftw-devel" CIBW_PLATFORM=linux cibuildwheel --output-dir dist


# 3. Windows Wheels
CIBW_BUILD="cp39-win_amd64 cp39-win32" \
CIBW_PLATFORM=windows cibuildwheel --output-dir dist

# # build the wheel for mac
# # Build the package
# python setup.py sdist bdist_wheel
python setup.py sdist bdist_wheel

# # Upload the package
# twine upload dist/*
twine upload dist/*

# # Clean up build directories
# rm -rf build dist *.egg-info
rm -rf build dist *.egg-info
4 changes: 0 additions & 4 deletions setup.cfg

This file was deleted.

0 comments on commit ce401e8

Please sign in to comment.