You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you generate an archive from a release using git archive (or download it from GitHub), there is no .git and tags are not available. However, it is possible to get git archive to put the necessary information into a file with substitutions defined, .git_archival.txt, as used in setuptools_scm.
Would it be possible to implement the same mechanism in pdm-backend? This is the only item holding off my migration from setuptools build backend at the moment.
The text was updated successfully, but these errors were encountered:
`.git_archival.txt` and the functionality of deriving SCM version
from a GitHub generated archive is removed pending implementation of
pdm-project/pdm-backend#194.
`.git_archival.txt` and the functionality of deriving SCM version
from a GitHub generated archive is removed pending implementation of
pdm-project/pdm-backend#194.
When you generate an archive from a release using
git archive
(or download it from GitHub), there is no.git
and tags are not available. However, it is possible to getgit archive
to put the necessary information into a file with substitutions defined,.git_archival.txt
, as used in setuptools_scm.Would it be possible to implement the same mechanism in pdm-backend? This is the only item holding off my migration from setuptools build backend at the moment.
The text was updated successfully, but these errors were encountered: