From 47d4c7d5fe27af1aea1740f2966d5e01689b400e Mon Sep 17 00:00:00 2001 From: victorlouisdg Date: Tue, 30 Jan 2024 21:29:53 +0100 Subject: [PATCH] fix build command --- .github/workflows/publish-to-pypi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-pypi.yaml b/.github/workflows/publish-to-pypi.yaml index f58822f..bd9115b 100644 --- a/.github/workflows/publish-to-pypi.yaml +++ b/.github/workflows/publish-to-pypi.yaml @@ -20,7 +20,7 @@ jobs: build --user - name: Build a binary wheel and a source tarball - run: python3 -m build airo-models --outdir dist/ + run: python3 -m build . --outdir dist/ - name: Store the distribution packages uses: actions/upload-artifact@v3 with: