Skip to content

Commit 795be6b

Browse files
committed
fun with quoting
1 parent 25ac30c commit 795be6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)