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 8719ee0 commit 880a282Copy full SHA for 880a282
.github/workflows/release-tasks.yml
@@ -114,8 +114,10 @@ jobs:
114
with:
115
password: ${{ secrets.LLVM_LIT_TEST_PYPI_API_TOKEN }}
116
repository-url: https://test.pypi.org/legacy/
117
+ packages-dir: llvm/utils/lit/dist/
118
119
- name: Upload lit to pypi.org
120
uses: pypa/gh-action-pypi-publish@release/v1
121
122
password: ${{ secrets.LLVM_LIT_PYPI_API_TOKEN }}
123
0 commit comments