We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d8ada commit 3e58b35Copy full SHA for 3e58b35
dodo.py
@@ -1,5 +1,8 @@
1
"""Task list for doit, used to build the project; run with `doit` or `doit list` to see commands"""
2
3
+# TODO: this doesn't work with uv publish because the exe file ends up in the dist directory
4
+# Remove the exe file from the dist directory before running uv publish
5
+
6
import osxmetadata
7
8
0 commit comments