We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7f0b9 commit 1db8abfCopy full SHA for 1db8abf
.github/workflows/release-tasks.yml
@@ -112,8 +112,10 @@ jobs:
112
with:
113
password: ${{ secrets.LLVM_LIT_TEST_PYPI_API_TOKEN }}
114
repository-url: https://test.pypi.org/legacy/
115
+ packages-dir: llvm/utils/lit/dist/
116
117
- name: Upload lit to pypi.org
118
uses: pypa/gh-action-pypi-publish@release/v1
119
120
password: ${{ secrets.LLVM_LIT_PYPI_API_TOKEN }}
121
0 commit comments