Skip to content

Commit

Permalink
fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Victorlouisdg committed Jan 30, 2024
1 parent ba8e53b commit 47d4c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 47d4c7d

Please sign in to comment.