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

Commit df8fcfa

Browse files
committed
Fix release
1 parent e42ef53 commit df8fcfa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/cd.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-python@v2
1515
with:
16-
python-version: '3.7'
16+
python-version: '3.9'
17+
18+
- name: 'Upgrade pip and setuptools'
19+
run: python -m pip install --upgrade pip setuptools wheel
1720

1821
- name: Build
1922
run: python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)