issues
search
scientific-python
/
upload-nightly-action
This action is used to upload nightly builds of your package.
https://anaconda.org/scientific-python-nightly-wheels
BSD 3-Clause "New" or "Revised" License
7
stars
10
forks
source link
TST: Use hatchling as build backend for test project
#92
Closed
matthewfeickert
closed
2 months ago
matthewfeickert
commented
2 months ago
As the test project does not need any part of setuptools specific infrastructure, use hatchling as the build backend.
This is possible now that
https://github.com/anaconda/anaconda-client/issues/676
has been resolved. c.f.
https://github.com/scientific-python/upload-nightly-action/pull/27
for more information.