Closed kloczek closed 6 months ago
Hi @kloczek, can you post the reproducible steps that lead to this error? Just running that build command works fine for me locally (Ubuntu, Linux 6.5.0-26-generic, Python 3.10.12, build==1.2.1)
clone repo
in git tree mkdit temp; python3 -sBm build -w --no-isolation
.
Ah, gotcha - should have read your initial report more carefully.
This should be fixed with the latest (0.5.4), but let me know if you run into any other issues.
Tested and it works now 😋 Thank you 😄
BTW is it possible to start making github releases?🤔 On create github release entry is created email notification to those whom have set in your repo the web UI Watch->Releases. gh release can contain additional comments (li changelog) or additional assets like release tar balls (by default it contains only assets from git tag) however all those part are not obligatory. In simplest variant gh release can be empty because subiekt of the sent email contains git tag name.
I'm asking because my automation process uses those email notifications by trying to make preliminary automated upgrades of building packages, which allows saving some time on maintaining packaging procedures. Probably other people may be interested to be instantly informed about release new version as well.
Documentation and examples of generate gh releases: https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository https://cli.github.com/manual/gh_release_upload/ https://github.com/jbms/sphinx-immaterial/pull/282 https://github.com/marketplace/actions/github-release https://pgjones.dev/blog/trusted-plublishing-2023/ https://github.com/jbms/sphinx-immaterial/issues/281#issuecomment-1700933026 tox target to publish on pypi and make gh release https://github.com/jaraco/skeleton/blob/928e9a86d61d3a660948bcba7689f90216cc8243/tox.ini#L42-L58
Sure @kloczek! That should happen automatically now with a58a378390c64cb45e69b9a5278108403b54dfd9
Look like thee are some missing bits in pyproject.toml because create temporary directory before start build trashes pep157 based build
In this case during rpm packaging process has been created temporary
SPECPARTS
directory.