We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ac30c commit 795be6bCopy full SHA for 795be6b
1 file changed
.github/workflows/publish.yml
@@ -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