Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusvniekerk authored Jul 16, 2022
1 parent 20e28f1 commit 42923b3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,18 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9

- name: Get tags
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
shell: bash

- name: build
run: |
python -m pip install wheel twine
python -m pip install wheel twine build
python -m pip install -r requirements.txt
python -m pip install 'importlib-metadata>=3.6'
python setup.py sdist
pip wheel . -w dist --no-deps
python -m build
- name: Check files
run: |
Expand Down

0 comments on commit 42923b3

Please sign in to comment.