-
|
I have this rather big project (that I sadly can't share; will create a reproducer if necessary+possible). It has a bunch of .tar.gz files checked in using git LFS. When I build this project using cibuildwheel, the resulting version is always dirty, i.e. contains As a test, I tracked a text file using git LFS and sure enough, the (text) diff for it inside the container is something like @@ -1,3 +1,11 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:a1ed0c3e8cf7c447b2c6744f68f9bfe7efe65deaf05a22dd92f1135e1f94b67b
-size 516
+hello
+world
+123now, how would I go about this?
I'm a bit lost as to what I should do now. None of my ideas/options above sound all that great :/ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
|
Beta Was this translation helpful? Give feedback.
git-lfswill be available in manylinux images, see pypa/manylinux#1857