Compare commits
7 Commits
3c3de1436e
...
v3.2.0
Author | SHA1 | Date | |
---|---|---|---|
52c2e5cc13 | |||
dfaadfd769
|
|||
66ede3d60f
|
|||
55c61e3fce | |||
b9550032ba | |||
5ba763246b | |||
f0ffdf096d |
@@ -27,10 +27,12 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install tox tox-gh-actions
|
||||
pip install tox tox-gh-actions build
|
||||
- name: Test with tox
|
||||
run: tox
|
||||
- uses: actions/upload-artifact@v4
|
||||
- name: Build
|
||||
run: python -m build
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Artifacts
|
||||
path: dist/*
|
||||
|
Reference in New Issue
Block a user