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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install tox tox-gh-actions
|
pip install tox tox-gh-actions build
|
||||||
- name: Test with tox
|
- name: Test with tox
|
||||||
run: tox
|
run: tox
|
||||||
- uses: actions/upload-artifact@v4
|
- name: Build
|
||||||
|
run: python -m build
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Artifacts
|
name: Artifacts
|
||||||
path: dist/*
|
path: dist/*
|
||||||
|
Reference in New Issue
Block a user