Skip to content

Commit

Permalink
Build: Include manylinux2010 images to re-include Py2.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Mar 24, 2024
1 parent 1533a7f commit 7d8b3d0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
path: dist/*.tar.gz

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: dist/*.tar.gz
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
name: wheels

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: ./bdist_downloads/*.whl

Expand All @@ -182,6 +182,8 @@ jobs:

matrix:
image:
- manylinux2010_x86_64
- manylinux2010_i686
- manylinux2014_x86_64
- manylinux2014_i686
pyversion: ["*"]
Expand Down

0 comments on commit 7d8b3d0

Please sign in to comment.