How does workflow work? 32
This commit is contained in:
parent
491da54d81
commit
49b2b2f411
|
@ -27,6 +27,14 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
needs: [test]
|
||||
steps:
|
||||
- name: Setting up python
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y python3 python3-pip
|
||||
- name: Installing dependencies
|
||||
run: python3 -m pip install --upgrade pip setuptools wheel build twine pytest
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Build
|
||||
run: python3 -m build
|
||||
- name: Publish
|
||||
|
|
Loading…
Reference in New Issue
Block a user