Skip to content

Commit c1bc381

Browse files
committed
Remove old build instructions
1 parent 5400d28 commit c1bc381

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed

README.md

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -592,33 +592,7 @@ python3 -m pip install -e .
592592

593593
1. Bump the version number in _setup.py_.
594594

595-
2. Remove previous wheels
596-
597-
```sh
598-
rm -rf wheels
599-
```
600-
601-
3. Install Cubuzoa in a different directory (https://github.com/neuromorphicsystems/cubuzoa) to build pre-compiled versions for all major operating systems. Cubuzoa depends on VirtualBox (with its extension pack) and requires about 75 GB of free disk space.
602-
603-
```sh
604-
cd cubuzoa
605-
python3 -m cubuzoa provision --os '(linux|macos)'
606-
python3 -m cubuzoa build --os '(linux|macos)' --pre /path/to/astrometry/prebuild.py /path/to/astrometry
607-
```
608-
609-
3. Install twine
610-
611-
```sh
612-
python3 -m pip install twine
613-
```
614-
615-
4. Upload the compiled wheels and the source code to PyPI:
616-
617-
```sh
618-
python3 prebuild.py
619-
python3 setup.py sdist --dist-dir wheels
620-
python3 -m twine upload wheels/*
621-
```
595+
2. Create a new release on GitHub.
622596

623597
# MSVC compatibility (work in progress)
624598

0 commit comments

Comments
 (0)