Skip to content

Commit b480216

Browse files
committed
chore: try build on every versions
1 parent 729b3f9 commit b480216

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ jobs:
9595
source python-ci-run/bin/activate
9696
pip3 install --upgrade pip
9797
pip3 install tox
98+
python -m pip install -U build
9899
TOXENV=${{ matrix.toxenv }} ALGOLIA_APPLICATION_ID=${{ secrets.ALGOLIA_APPLICATION_ID }} ALGOLIA_API_KEY=${{ secrets.ALGOLIA_API_KEY }} tox
100+
python -m build
99101
100102
release:
101103
name: Publish

0 commit comments

Comments
 (0)