From c224674b21bc614eae18b790f533b7e166d12913 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Sat, 4 Oct 2025 23:03:25 +0200 Subject: [PATCH] fixes --- .github/workflows/build_wheels.yml | 15 +++++++++------ .github/workflows/ci.yml | 7 ++++--- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 0285226..0540269 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -70,20 +70,23 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: wheels + name: wheels-${{ matrix.os }} path: wheelhouse/*.whl # publish: # needs: [build_wheels] # runs-on: ubuntu-latest # steps: +# - name: Install Twine +# run: pip install twine + # - uses: actions/download-artifact@v4 # with: -# name: wheels # path: wheelhouse # - name: Publish to PyPI -# uses: pypa/gh-action-pypi-publish@v1.8.6 -# with: -# user: __token__ -# password: ${{ secrets.PYPI_API_TOKEN }} +# env: +# TWINE_USERNAME: __token__ +# TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }} +# +# run: python -m twine upload wheelhouse/* \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3eee363..d581050 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,10 +78,11 @@ jobs: run: python -m pip install -e .[dev] - name: Set up MSVC environment - shell: cmd - run: call "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 + uses: microsoft/setup-msbuild@v2 + with: + vs-version: 'latest' - - name: Compile coparun + - name: Compile shell: cmd run: | mkdir bin