]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
try again
authorBob Halley <halley@dnspython.org>
Wed, 3 Sep 2025 18:32:35 +0000 (11:32 -0700)
committerBob Halley <halley@dnspython.org>
Wed, 3 Sep 2025 18:32:35 +0000 (11:32 -0700)
.github/workflows/publish.yml

index 71e058a7303de55ca3df34f077a2dddd82331d12..de45140bfc5b1f46b9dad1f2ae5fc925ffa18676 100644 (file)
@@ -52,8 +52,8 @@ jobs:
         name: python-package-distributions
         path: dist/
     - name: rename
-      run:
-        ls dist | sed -e 's/dnspython_\\(.*\\)/mv dist\\/dnspython_\\1 dist\\/dnspython_test-\\1/' | sh
+      run: |
+        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: