pyca / pynacl

Python binding to the Networking and Cryptography (NaCl) library
https://pynacl.readthedocs.io/
Apache License 2.0
1.05k stars 231 forks source link

update wheel builder with manylinux, musllinux, and macOS universal2 #731

Closed reaperhulk closed 2 years ago

reaperhulk commented 2 years ago

Switches to building sdist from tagged checkout and building the wheel from that as well.

Example run: https://github.com/pyca/pynacl/actions/runs/1618808275

This PR also alters the release script to upload the sdist after wheels are built to limit the window of sdist only.