Skip to content

Commit

Permalink
ci: build after test
Browse files Browse the repository at this point in the history
Signed-off-by: Inada Naoki <[email protected]>
  • Loading branch information
methane committed Feb 28, 2024
1 parent 1a4d65f commit 7e15339
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,13 @@ jobs:
run: python -m pip install -r requirements-dev.txt
- name: Run tests
run: pytest --cov=fluent

build:
needs: test
runs-on: ubuntu-latest
steps:
- run: pipx run hatch build
- uses: actions/upload-artifact@v2
with:
name: dist
path: dist/*.*

0 comments on commit 7e15339

Please sign in to comment.