Skip to content

Commit

Permalink
Fix the name of the whl file to install
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed Oct 25, 2023
1 parent dadeaed commit b9c33aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:
run: python -m build

- name: Install
run: pip install dist/qfieldcloud_sdk_python-0.0.1-py3-none-any.whl
run: pip install dist/qfieldcloud_sdk-0.0.1-py3-none-any.whl

0 comments on commit b9c33aa

Please sign in to comment.