Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed line endings when rewriting WHEEL | Alex Grönholm | 2020-01-26 | 1 | -3/+3 | |
| | ||||||
* | Use the existing build tag in wheel pack unless overridden | Alex Grönholm | 2020-01-26 | 1 | -6/+27 | |
| | | | | Closes #323. Fixes #322. | |||||
* | Removed specialized PyPy tag generation | Alex Grönholm | 2020-01-22 | 1 | -6/+1 | |
| | | | | Fixes #328. | |||||
* | Fixed bdist_wheel failing on a read-only source tree | Alex Grönholm | 2020-01-22 | 1 | -1/+8 | |
| | | | | Fixes #327. | |||||
* | Switched to setuptools_scm | Alex Grönholm | 2020-01-22 | 1 | -2/+1 | |
| | | | | New versions are now made by declaring a new version in the changelog (docs/news.rst) and pushing this change to Github. The workflow will see this version and create a new tag which then triggers the release workflow. | |||||
* | Migrated to the src layout | Alex Grönholm | 2020-01-22 | 13 | -0/+1844 | |
Fixes #37. |