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

index de45140bfc5b1f46b9dad1f2ae5fc925ffa18676..4c4d4cdf5b43d9c495cd24a67734e7ff0ff37ab9 100644 (file)
@@ -52,8 +52,7 @@ 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: