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

index 6b2292d133b4cab87a1798771f79466bc90252c1..71e058a7303de55ca3df34f077a2dddd82331d12 100644 (file)
@@ -53,7 +53,7 @@ jobs:
         path: dist/
     - name: rename
       run:
-        ls dist | sed -e 's/dnspython_\(.*\)/mv dist\/dnspython_\1 dist\/dnspython_test-\1/' | sh
+        ls dist | sed -e 's/dnspython_\\(.*\\)/mv dist\\/dnspython_\\1 dist\\/dnspython_test-\\1/' | sh
     - name: Publish distribution to TestPyPI
       uses: pypa/gh-action-pypi-publish@release/v1
       with: