Generate setup.py file (#896)

This commit is contained in:
Goran Mekić
2022-02-07 08:34:50 +01:00
committed by GitHub
parent 09300fd691
commit 5ed4538e32

View File

@ -32,7 +32,7 @@ jobs:
codecov
- name: Build and install it on system host
run: |
flit build
flit build --setup-py
flit install --deps none --python $(which python)
python test_build.py
@ -56,4 +56,4 @@ jobs:
FLIT_USERNAME: ${{ secrets.FLIT_USERNAME }}
FLIT_PASSWORD: ${{ secrets.FLIT_PASSWORD }}
run: |
flit publish
flit publish --setup-py