From 25ac30ceecd8864bb97a2f40006325a37bd1c8b7 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Wed, 3 Sep 2025 11:21:43 -0700 Subject: [PATCH] dash in names is bad --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c2b94ac8..6b2292d1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: -- 2.47.3