From: Bob Halley Date: Wed, 3 Sep 2025 18:16:04 +0000 (-0700) Subject: try renaming artifacts X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aae09e6c34b5c121bbaea8d306e573cd683c0108;p=thirdparty%2Fdnspython.git try renaming artifacts --- 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: