merely-useful / py-rse

Research Software Engineering with Python course material
http://third-bit.com/py-rse/
Other
247 stars 63 forks source link

Fix wheels content #599

Closed DamienIrving closed 3 years ago

DamienIrving commented 3 years ago

Resolves #597

The text in the packaging chapter erroneously stated that we had uploaded both the source distribution and wheels for pyzipf to PyPI, when in fact we had only done the source distribution. This PR fixes this by adopting Option 1 described in #597.

sida-wang commented 3 years ago

Minor point but should line 813 in packaging.Rmd be changed to 'distribution' from 'distributions'? Can't make the comment in the files changed code.