Skip to content

Commit 677a05c

Browse files
committed
try again with python again
1 parent 8d205ee commit 677a05c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
import os
5858
os.chdir("dist")
5959
for f in os.listdir("."):
60-
if f.startswith('dnspython-'):
60+
if f.startswith('dnspython-'):
6161
nf = f.replace("dnspython-", "dnspython_test-")
6262
os.rename(f, nf)
6363
EOF

0 commit comments

Comments
 (0)