Skip to content

Commit

Permalink
Fix error in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Sep 19, 2022
1 parent 47baf1c commit ef24429
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
COVERALLS_SERVICE_NAME: github

test-docs:
name: Test documentation build
name: Build documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
needs:
- test
- test-docs
name: Build source distribution
name: Build package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -92,7 +92,7 @@ jobs:
- name: Install build dependencies
run: pip install build
- name: Build package
run: poetry build
run: python -m build
- uses: actions/upload-artifact@v3
with:
path: dist/*
Expand Down

0 comments on commit ef24429

Please sign in to comment.