Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9899a2d

Browse files
seldridgetstellar
authored andcommitted
[lit][ci] Publish lit wheels (llvm#88072)
Add wheel publishing in addition to existing source distribution publishing of lit. Fixes llvm#63369. This also uses the exact fix proposed by @EFord36 in llvm#63369. Signed-off-by: Schuyler Eldridge <[email protected]> (cherry picked from commit 8a8ab8f)
1 parent 3ceccbd commit 9899a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-lit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
cd llvm/utils/lit
5959
# Remove 'dev' suffix from lit version.
6060
sed -i 's/ + "dev"//g' lit/__init__.py
61-
python3 setup.py sdist
61+
python3 setup.py sdist bdist_wheel
6262
6363
- name: Upload lit to test.pypi.org
6464
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)