]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
try again with python again
authorBob Halley <halley@dnspython.org>
Wed, 3 Sep 2025 18:54:59 +0000 (11:54 -0700)
committerBob Halley <halley@dnspython.org>
Wed, 3 Sep 2025 18:54:59 +0000 (11:54 -0700)
.github/workflows/publish.yml

index d8b4ee1544f7e07dd5db6d669c007423969fb394..bfc12bdb1ce139cb8ee25398907bd8bcf20c46d1 100644 (file)
@@ -57,7 +57,7 @@ jobs:
         import os
         os.chdir("dist")
         for f in os.listdir("."):
-        if f.startswith('dnspython-'):
+          if f.startswith('dnspython-'):
             nf = f.replace("dnspython-", "dnspython_test-")
             os.rename(f, nf)
         EOF