Skip to content

Commit 25ac30c

Browse files
committed
dash in names is bad
1 parent aae09e6 commit 25ac30c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
environment:
4242
name: testpypi
43-
url: https://test.pypi.org/p/dnspython-testing
43+
url: https://test.pypi.org/p/dnspython_test
4444

4545
permissions:
4646
id-token: write
@@ -53,7 +53,7 @@ jobs:
5353
path: dist/
5454
- name: rename
5555
run:
56-
ls dist | sed -e 's/dnspython-\(.*\)/mv dist\/dnspython-\1 dist\/dnspython-test-\1/' | sh
56+
ls dist | sed -e 's/dnspython_\(.*\)/mv dist\/dnspython_\1 dist\/dnspython_test-\1/' | sh
5757
- name: Publish distribution to TestPyPI
5858
uses: pypa/gh-action-pypi-publish@release/v1
5959
with:

0 commit comments

Comments
 (0)