From aae09e6c34b5c121bbaea8d306e573cd683c0108 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Wed, 3 Sep 2025 11:16:04 -0700 Subject: [PATCH] try renaming artifacts --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f4c9d9db..c2b94ac8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -51,6 +51,9 @@ jobs: with: name: python-package-distributions path: dist/ + - name: rename + 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