]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
try renaming artifacts
authorBob Halley <halley@dnspython.org>
Wed, 3 Sep 2025 18:16:04 +0000 (11:16 -0700)
committerBob Halley <halley@dnspython.org>
Wed, 3 Sep 2025 18:16:04 +0000 (11:16 -0700)
.github/workflows/publish.yml

index f4c9d9db3d20a83b1a88618d95e5758dc4013c79..c2b94ac8c6e82fbc72e35e2dc1ca3f189c9cfca8 100644 (file)
@@ -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: