From: Bob Halley Date: Wed, 3 Sep 2025 18:54:59 +0000 (-0700) Subject: try again with python again X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=677a05c1883a4d4b8a25aa6e740abbee746dcb2d;p=thirdparty%2Fdnspython.git try again with python again --- diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d8b4ee15..bfc12bdb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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