mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-11-03 13:42:16 +08:00
Generate setup.py file (#896)
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
codecov
|
codecov
|
||||||
- name: Build and install it on system host
|
- name: Build and install it on system host
|
||||||
run: |
|
run: |
|
||||||
flit build
|
flit build --setup-py
|
||||||
flit install --deps none --python $(which python)
|
flit install --deps none --python $(which python)
|
||||||
python test_build.py
|
python test_build.py
|
||||||
|
|
||||||
@ -56,4 +56,4 @@ jobs:
|
|||||||
FLIT_USERNAME: ${{ secrets.FLIT_USERNAME }}
|
FLIT_USERNAME: ${{ secrets.FLIT_USERNAME }}
|
||||||
FLIT_PASSWORD: ${{ secrets.FLIT_PASSWORD }}
|
FLIT_PASSWORD: ${{ secrets.FLIT_PASSWORD }}
|
||||||
run: |
|
run: |
|
||||||
flit publish
|
flit publish --setup-py
|
||||||
|
|||||||
Reference in New Issue
Block a user