From 9004ffe514bedbc27d9f8c248ff2b4bf24cd70e2 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Wed, 3 Sep 2025 11:39:16 -0700 Subject: [PATCH] try again again --- .github/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: -- 2.47.3