From 677a05c1883a4d4b8a25aa6e740abbee746dcb2d Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Wed, 3 Sep 2025 11:54:59 -0700 Subject: [PATCH] try again with python again --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3