Skip to content

Commit 1db8abf

Browse files
authored
workflows/release-lit: Pass correct build directory to pypa/gh-action-pypi-publish (llvm#69438)
1 parent 6a7f0b9 commit 1db8abf

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
@@ -112,8 +112,10 @@ jobs:
112112
with:
113113
password: ${{ secrets.LLVM_LIT_TEST_PYPI_API_TOKEN }}
114114
repository-url: https://test.pypi.org/legacy/
115+
packages-dir: llvm/utils/lit/dist/
115116

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

0 commit comments

Comments
 (0)