We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae09e6 commit 25ac30cCopy full SHA for 25ac30c
1 file changed
.github/workflows/publish.yml
@@ -40,7 +40,7 @@ jobs:
40
41
environment:
42
name: testpypi
43
- url: https://test.pypi.org/p/dnspython-testing
+ url: https://test.pypi.org/p/dnspython_test
44
45
permissions:
46
id-token: write
@@ -53,7 +53,7 @@ jobs:
53
path: dist/
54
- name: rename
55
run:
56
- 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
57
- name: Publish distribution to TestPyPI
58
uses: pypa/gh-action-pypi-publish@release/v1
59
with:
0 commit comments