Publish after test
This commit is contained in:
parent
fb22055434
commit
037b67ff77
|
@ -28,9 +28,10 @@ jobs:
|
||||||
run: pyest test
|
run: pyest test
|
||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs: [test]
|
||||||
steps:
|
steps:
|
||||||
- name: Setting up python
|
- name: Setting up python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
- name: Installing dependencies
|
- name: Installing dependencies
|
||||||
|
|
Loading…
Reference in New Issue
Block a user