mirror of https://github.com/Nonannet/copapy.git
fixes
This commit is contained in:
parent
792fa67550
commit
c224674b21
|
|
@ -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/*
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue