We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02edad5 commit a9ec052Copy full SHA for a9ec052
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Build and install it on system host
42
run: |
43
hatch build
44
- pip install dist/fastapi_users-*.whl
+ pip install dist/fastapi_users_db_beanie-*.whl
45
python test_build.py
46
47
release:
0 commit comments