Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(github-action): error configuring uv
Browse files Browse the repository at this point in the history
acostapazo committed Mar 22, 2024
1 parent 3195b5a commit eda4abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lume.yml
Original file line number Diff line number Diff line change
@@ -45,4 +45,4 @@ steps:
run: |
uv pip install wheel
python setup.py sdist
uv pip wheel --no-binary $PACKAGE_NAME -w /tmp/ext dist/$PACKAGE_NAME-*.tar.gz
pip wheel --no-binary $PACKAGE_NAME -w /tmp/ext dist/$PACKAGE_NAME-*.tar.gz

0 comments on commit eda4abc

Please sign in to comment.