Skip to content

Commit 23d0df1

Browse files
committed
temp: check package builds
1 parent f198869 commit 23d0df1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/python-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ jobs:
8686
if: ${{ inputs.coveralls }}
8787
run: |
8888
pipenv run coveralls --service=github
89+
- name: Test package build
90+
run: |
91+
pipenv run python -m build
92+
test -f dist/*.whl
93+
test -f dist/*.tar.gz
8994
9095
- name: Check if the job has succeeded
9196
if: ${{ success() && inputs.notehub_notify }}

0 commit comments

Comments
 (0)