Skip to content

Commit

Permalink
Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 13, 2021
1 parent 4426f2b commit 0859b37
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,13 @@ jobs:
- name: Install dependencies
uses: py-actions/py-dependency-install@v2
with:
path: requirements/prod.txt
path: requirements-dev.txt
- name: Update build deps
run: |
pip install -U build twine
- name: Build dists
run: |
flit build
python -m build
- name: Make Release
uses: aio-libs/[email protected]
with:
Expand Down

0 comments on commit 0859b37

Please sign in to comment.