Skip to content

Commit

Permalink
Updated upload artifact action in whole-mapel-pub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
droodev authored Sep 18, 2024
1 parent 93a4e20 commit d4fed8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/whole-mapel-pub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ jobs:
env:
# We skip old versions of cPython, and all PyPy
# because the C++ extension is incompatible with PyPy
CIBW_SKIP: "cp36-* pp37-* pp38-* pp39-* pp310-*"
CIBW_SKIP: "cp36-* pp3*"
CIBW_BUILD_FRONTEND: "build"
with:
package-dir: 'mapel-elections'
output-dir: '${{ env.WHL_HOUSE }}'
- name: Artifactize compiled-python wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.1.7
with:
name: ${{ env.MAPEL_EL_ARTS }}
path: ${{ env.WHL_HOUSE }}
Expand Down

0 comments on commit d4fed8f

Please sign in to comment.