Skip to content

Commit 880a282

Browse files
tstellartru
authored andcommitted
workflows/release-lit: Pass correct build directory to pypa/gh-action-pypi-publish (llvm#69438)
(cherry picked from commit 1db8abf)
1 parent 8719ee0 commit 880a282

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-tasks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,10 @@ jobs:
114114
with:
115115
password: ${{ secrets.LLVM_LIT_TEST_PYPI_API_TOKEN }}
116116
repository-url: https://test.pypi.org/legacy/
117+
packages-dir: llvm/utils/lit/dist/
117118

118119
- name: Upload lit to pypi.org
119120
uses: pypa/gh-action-pypi-publish@release/v1
120121
with:
121122
password: ${{ secrets.LLVM_LIT_PYPI_API_TOKEN }}
123+
packages-dir: llvm/utils/lit/dist/

0 commit comments

Comments
 (0)