Skip to content

Commit

Permalink
Add py39 wheel builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-feld committed Oct 6, 2020
1 parent 0f8e743 commit d41fb46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Build Manylinux Wheels
uses: RalfG/python-wheels-manylinux-build@f7c9db24751e53d2d3c90edc2b04a9ffaa96cd01
with:
python-versions: 'cp27-cp27m cp35-cp35m cp36-cp36m cp37-cp37m cp38-cp38'
python-versions: 'cp27-cp27m cp35-cp35m cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39'
- name: Upload Package to S3
run: |
tarball="$(python setup.py --fullname).tar.gz"
Expand Down

0 comments on commit d41fb46

Please sign in to comment.