Skip to content

Commit b1789ac

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release-tasks.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,8 @@ 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/
113112

114113
- name: Upload lit to pypi.org
115114
uses: pypa/gh-action-pypi-publish@release/v1
116115
with:
117116
password: ${{ secrets.LLVM_LIT_PYPI_API_TOKEN }}
118-
packages-dir: llvm/utils/lit/dist/

0 commit comments

Comments
 (0)