Skip to content

Commit 1a23fba

Browse files
committed
Revert "Revert "workflows/release-lit: Pass correct build directory to pypa/gh-action-pypi-publish""
This reverts commit b1789ac.
1 parent b1789ac commit 1a23fba

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
@@ -109,8 +109,10 @@ jobs:
109109
with:
110110
password: ${{ secrets.LLVM_LIT_TEST_PYPI_API_TOKEN }}
111111
repository-url: https://test.pypi.org/legacy/
112+
packages-dir: llvm/utils/lit/dist/
112113

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

0 commit comments

Comments
 (0)