From: Bob Halley Date: Wed, 3 Sep 2025 18:39:16 +0000 (-0700) Subject: try again again X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9004ffe514bedbc27d9f8c248ff2b4bf24cd70e2;p=thirdparty%2Fdnspython.git try again again --- diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index de45140b..4c4d4cdf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: