Running hatch build creates a dist/springtime-0.1.0.tar.gz file. If your local cloned repo is not clean then the tarball will contain uncommitted files.
For example I had copy of /tmp/data that was included in the tarball. (this was from before #178).
We should change the hatch config so only files under version control are included. Or have a CI workflow to publish to PyPI.
Running
hatch buildcreates adist/springtime-0.1.0.tar.gzfile. If your local cloned repo is not clean then the tarball will contain uncommitted files.For example I had copy of
/tmp/datathat was included in the tarball. (this was from before #178).We should change the hatch config so only files under version control are included. Or have a CI workflow to publish to PyPI.