workflows/release-lit: Pass correct build directory to pypa/gh-action-pypi-publish...
authorTom Stellard <tstellar@redhat.com>
Wed, 18 Oct 2023 21:02:05 +0000 (14:02 -0700)
committerTobias Hieta <tobias@hieta.se>
Mon, 23 Oct 2023 07:37:35 +0000 (09:37 +0200)
(cherry picked from commit 1db8abf21a7c025d850624b487b5b792c562094e)

.github/workflows/release-tasks.yml

index bf0dc5a..ce69217 100644 (file)
@@ -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/