]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
dash in names is bad
authorBob Halley <halley@dnspython.org>
Wed, 3 Sep 2025 18:21:43 +0000 (11:21 -0700)
committerBob Halley <halley@dnspython.org>
Wed, 3 Sep 2025 18:21:43 +0000 (11:21 -0700)
.github/workflows/publish.yml

index c2b94ac8c6e82fbc72e35e2dc1ca3f189c9cfca8..6b2292d133b4cab87a1798771f79466bc90252c1 100644 (file)
@@ -40,7 +40,7 @@ jobs:
 
     environment:
       name: testpypi
-      url: https://test.pypi.org/p/dnspython-testing
+      url: https://test.pypi.org/p/dnspython_test
 
     permissions:
       id-token: write
@@ -53,7 +53,7 @@ jobs:
         path: dist/
     - name: rename
       run:
-        ls dist | sed -e 's/dnspython-\(.*\)/mv dist\/dnspython-\1 dist\/dnspython-test-\1/' | sh
+        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: