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 b1789ac commit 1a23fbaCopy full SHA for 1a23fba
.github/workflows/release-tasks.yml
@@ -109,8 +109,10 @@ jobs:
109
with:
110
password: ${{ secrets.LLVM_LIT_TEST_PYPI_API_TOKEN }}
111
repository-url: https://test.pypi.org/legacy/
112
+ packages-dir: llvm/utils/lit/dist/
113
114
- name: Upload lit to pypi.org
115
uses: pypa/gh-action-pypi-publish@release/v1
116
117
password: ${{ secrets.LLVM_LIT_PYPI_API_TOKEN }}
118
0 commit comments