Skip to content

Commit 5badc78

Browse files
committed
WIP2
1 parent aa5860b commit 5badc78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ jobs:
2727
- name: Install tox
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install tox
30+
pip install tox build
3131
- name: Test
3232
shell: bash
3333
run: |
34+
python -m build
3435
tox run -e py --installpkg `find dist/*.tar.gz`
3536
3637
package:

0 commit comments

Comments
 (0)