Skip to content

Commit f9349de

Browse files
committed
Build/publish both sdist and wheel
1 parent eeaef48 commit f9349de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Lint
4141
run: make lint
4242

43-
sdist:
43+
build:
4444
needs: test
4545
runs-on: ubuntu-latest
4646
steps:
@@ -54,15 +54,15 @@ jobs:
5454
- name: Install
5555
run: make install
5656
- name: Build
57-
run: python -m build --sdist
57+
run: python -m build
5858
- name: Upload
5959
uses: actions/upload-artifact@v3
6060
with:
6161
name: sdist
6262
path: dist
6363

6464
publish:
65-
needs: sdist
65+
needs: build
6666
runs-on: ubuntu-latest
6767
if: startsWith(github.ref, 'refs/tags/v')
6868
permissions:

0 commit comments

Comments
 (0)