]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
fix project rename and try again
authorBob Halley <halley@dnspython.org>
Wed, 3 Sep 2025 19:51:27 +0000 (12:51 -0700)
committerBob Halley <halley@dnspython.org>
Wed, 3 Sep 2025 19:51:27 +0000 (12:51 -0700)
.github/workflows/publish.yml
pyproject.toml

index 7b51f9fe4d79b72401e322dce2a08c8052711363..c48cc2033b47e578d26240cacbecdfa0bb917a06 100644 (file)
@@ -41,7 +41,7 @@ jobs:
       with:
         persist-credentials: false
     - name: Update project
-      run: sed -i '' -e 's/"dnspython"/"dnspython_test"/g' pyproject.toml
+      run: python3 util/make-test-project
     - name: Set up Python
       uses: actions/setup-python@v5
       with:
@@ -57,7 +57,7 @@ jobs:
     - name: Store the distribution packages
       uses: actions/upload-artifact@v4
       with:
-        name: python-package-distributions
+        name: python-test-package-distributions
         path: dist/
 
   publish-to-testpypi:
@@ -77,7 +77,7 @@ jobs:
     - name: Download all the dists
       uses: actions/download-artifact@v4
       with:
-        name: python-package-distributions
+        name: python-test-package-distributions
         path: dist/
     - name: Publish distribution to TestPyPI
       uses: pypa/gh-action-pypi-publish@release/v1
index fef9f2cc65eb724a40c1eec17fdafef8e5f54524..afaef5974b17c05a6ae6b4158e2a02a98731366a 100644 (file)
@@ -3,7 +3,7 @@ requires = ["hatchling>=1.21.0"]
 build-backend = "hatchling.build"
 
 [project]
-name = "dnspython_test"
+name = "dnspython"
 description = "DNS toolkit"
 authors = [{ name = "Bob Halley", email = "halley@dnspython.org" }]
 license = { text = "ISC" }