From 3e58b352cf828d1aea21be1e5883586bda30aa4d Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sat, 16 Nov 2024 17:20:11 -0800 Subject: [PATCH] Added uv --- dodo.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dodo.py b/dodo.py index 53e3074..a0e1e03 100644 --- a/dodo.py +++ b/dodo.py @@ -1,5 +1,8 @@ """Task list for doit, used to build the project; run with `doit` or `doit list` to see commands""" +# TODO: this doesn't work with uv publish because the exe file ends up in the dist directory +# Remove the exe file from the dist directory before running uv publish + import osxmetadata