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