holgern / py-scrypt

This is a set of Python bindings for the scrypt key derivation function.
Other
28 stars 7 forks source link

Add support to release aarch64 wheels #4

Closed odidev closed 3 years ago

odidev commented 3 years ago

Problem

On aarch64, pip install py-scrypt builds the wheels from source code and then install it. It requires user to have development environment installed on his system. also, it take some time to build the wheels than downloading and extracting the wheels from pypi.

Resolution

On aarch64, pip install py-scrypt should download the wheels from pypi

@holgern, Please let me know your interest on releasing aarch64 wheels. I can help in this.

holgern commented 3 years ago

@odidev, Can you check of the released aarch64 wheel is working correctly?

holgern commented 3 years ago

aarch64 builds have been added