Skip to content

Commit d41fb46

Browse files
committed
Add py39 wheel builds.
1 parent 0f8e743 commit d41fb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Build Manylinux Wheels
4343
uses: RalfG/python-wheels-manylinux-build@f7c9db24751e53d2d3c90edc2b04a9ffaa96cd01
4444
with:
45-
python-versions: 'cp27-cp27m cp35-cp35m cp36-cp36m cp37-cp37m cp38-cp38'
45+
python-versions: 'cp27-cp27m cp35-cp35m cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39'
4646
- name: Upload Package to S3
4747
run: |
4848
tarball="$(python setup.py --fullname).tar.gz"

0 commit comments

Comments
 (0)