Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
c-w committed Dec 26, 2021
1 parent e42ef53 commit df8fcfa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.9'

- name: 'Upgrade pip and setuptools'
run: python -m pip install --upgrade pip setuptools wheel

- name: Build
run: python setup.py sdist bdist_wheel
Expand Down

0 comments on commit df8fcfa

Please sign in to comment.