Skip to content

Commit 8719ee0

Browse files
tstellartru
authored andcommitted
workflows/release-lit: Fix dev suffix removal (llvm#69397)
This was broken by b71edfa. (cherry picked from commit 6a7f0b9)
1 parent 888437e commit 8719ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
run: |
107107
cd llvm/utils/lit
108108
# Remove 'dev' suffix from lit version.
109-
sed -i "s/ + 'dev'//g" lit/__init__.py
109+
sed -i 's/ + "dev"//g' lit/__init__.py
110110
python3 setup.py sdist
111111
112112
- name: Upload lit to test.pypi.org

0 commit comments

Comments
 (0)