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