We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d205ee commit 677a05cCopy full SHA for 677a05c
1 file changed
.github/workflows/publish.yml
@@ -57,7 +57,7 @@ jobs:
57
import os
58
os.chdir("dist")
59
for f in os.listdir("."):
60
- if f.startswith('dnspython-'):
+ if f.startswith('dnspython-'):
61
nf = f.replace("dnspython-", "dnspython_test-")
62
os.rename(f, nf)
63
EOF
0 commit comments