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