7575 runs-on : ubuntu-latest
7676 strategy :
7777 matrix :
78- python : [39, 310, 311, 312, 313]
78+ python : [39, 310, 311, 312, 313, 314 ]
7979 include :
8080 - os : ubuntu-latest
8181 arch : aarch64
@@ -101,21 +101,21 @@ jobs:
101101 name : cibw-aarch64_wheels-${{ matrix.os }}-${{ strategy.job-index }}
102102 path : wheelhouse/*.whl
103103
104- # upload_all:
105- # needs: [build_wheels, build_aarch64_wheels, make_sdist]
106- # runs-on: ubuntu-latest
107- # steps:
108- # - uses: actions/download-artifact@v5
109- # with:
110- # pattern: cibw-*
111- # path: dist
112- # merge-multiple: true
113- # - name: Publish to PyPI
114- # if: ${{ github.event.inputs.uploadToPyPI == 'true' }}
115- # uses: pypa/gh-action-pypi-publish@release/v1
116- # with:
117- # user: ${{ secrets.PYPI_USERNAME }}
118- # password: ${{ secrets.PYPI_PASSWORD }}
119- # - name: Skipped PyPI Upload
120- # if: ${{ github.event.inputs.uploadToPyPI != 'true' }}
121- # run: echo "Upload to PyPI was skipped due to workflow input."
104+ upload_all :
105+ needs : [build_wheels, build_aarch64_wheels, make_sdist]
106+ runs-on : ubuntu-latest
107+ steps :
108+ - uses : actions/download-artifact@v5
109+ with :
110+ pattern : cibw-*
111+ path : dist
112+ merge-multiple : true
113+ - name : Publish to PyPI
114+ if : ${{ github.event.inputs.uploadToPyPI == 'true' }}
115+ uses : pypa/gh-action-pypi-publish@release/v1
116+ with :
117+ user : ${{ secrets.PYPI_USERNAME }}
118+ password : ${{ secrets.PYPI_PASSWORD }}
119+ - name : Skipped PyPI Upload
120+ if : ${{ github.event.inputs.uploadToPyPI != 'true' }}
121+ run : echo "Upload to PyPI was skipped due to workflow input."
0 commit comments