This commit is contained in:
Nicolas 2025-10-04 23:03:25 +02:00
parent 792fa67550
commit c224674b21
2 changed files with 13 additions and 9 deletions

View File

@ -70,20 +70,23 @@ jobs:
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with:
name: wheels name: wheels-${{ matrix.os }}
path: wheelhouse/*.whl path: wheelhouse/*.whl
# publish: # publish:
# needs: [build_wheels] # needs: [build_wheels]
# runs-on: ubuntu-latest # runs-on: ubuntu-latest
# steps: # steps:
# - name: Install Twine
# run: pip install twine
# - uses: actions/download-artifact@v4 # - uses: actions/download-artifact@v4
# with: # with:
# name: wheels
# path: wheelhouse # path: wheelhouse
# - name: Publish to PyPI # - name: Publish to PyPI
# uses: pypa/gh-action-pypi-publish@v1.8.6 # env:
# with: # TWINE_USERNAME: __token__
# user: __token__ # TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
# password: ${{ secrets.PYPI_API_TOKEN }} #
# run: python -m twine upload wheelhouse/*

View File

@ -78,10 +78,11 @@ jobs:
run: python -m pip install -e .[dev] run: python -m pip install -e .[dev]
- name: Set up MSVC environment - name: Set up MSVC environment
shell: cmd uses: microsoft/setup-msbuild@v2
run: call "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 with:
vs-version: 'latest'
- name: Compile coparun - name: Compile
shell: cmd shell: cmd
run: | run: |
mkdir bin mkdir bin