From: Tom Stellard Date: Wed, 18 Oct 2023 21:02:05 +0000 (-0700) Subject: workflows/release-lit: Pass correct build directory to pypa/gh-action-pypi-publish... X-Git-Tag: upstream/17.0.6~61 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=880a282a40e3a9c2ff9c914f740ddbfd343ed49b;p=platform%2Fupstream%2Fllvm.git workflows/release-lit: Pass correct build directory to pypa/gh-action-pypi-publish (#69438) (cherry picked from commit 1db8abf21a7c025d850624b487b5b792c562094e) --- diff --git a/.github/workflows/release-tasks.yml b/.github/workflows/release-tasks.yml index bf0dc5a..ce69217 100644 --- a/.github/workflows/release-tasks.yml +++ b/.github/workflows/release-tasks.yml @@ -114,8 +114,10 @@ jobs: with: password: ${{ secrets.LLVM_LIT_TEST_PYPI_API_TOKEN }} repository-url: https://test.pypi.org/legacy/ + packages-dir: llvm/utils/lit/dist/ - name: Upload lit to pypi.org uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.LLVM_LIT_PYPI_API_TOKEN }} + packages-dir: llvm/utils/lit/dist/