diff --git a/.github/workflows/windows_python_release.yml b/.github/workflows/windows_python_release.yml index e2a3a23..3678184 100644 --- a/.github/workflows/windows_python_release.yml +++ b/.github/workflows/windows_python_release.yml @@ -89,22 +89,22 @@ jobs: run: cmake --build build --config release - name: Upload Pypi run: twine upload --skip-existing --verbose -u __token__ -p ${{ secrets.PYLEBAI }} build/python/dist/*.whl - windows_cp312_release: - runs-on: windows-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 - with: - python-version: '3.12' - - name: Check cmake - run: cmake --version - - name: Install python-dev-tools - run: python.exe -m pip install python-dev-tools setuptools wheel twine markdown + # windows_cp312_release: + # runs-on: windows-latest + # steps: + # - name: Checkout + # uses: actions/checkout@v4 + # - uses: actions/setup-python@v4 + # with: + # python-version: '3.12' + # - name: Check cmake + # run: cmake --version + # - name: Install python-dev-tools + # run: python.exe -m pip install python-dev-tools setuptools wheel twine markdown - - name: CMake configure - run: cmake -S. -Bbuild -G "Visual Studio 17 2022" -DBUILD_PYTHON=ON -DBUILD_DOCUMENTATION=OFF - - name: CMake build - run: cmake --build build --config release - - name: Upload Pypi - run: twine upload --skip-existing -u __token__ -p ${{secrets.PYLEBAI2024}} build/python/dist/*.whl + # - name: CMake configure + # run: cmake -S. -Bbuild -G "Visual Studio 17 2022" -DBUILD_PYTHON=ON -DBUILD_DOCUMENTATION=OFF + # - name: CMake build + # run: cmake --build build --config release + # - name: Upload Pypi + # run: twine upload --skip-existing -u __token__ -p ${{secrets.PYLEBAI2024}} build/python/dist/*.whl diff --git a/CMakeLists.txt b/CMakeLists.txt index 9bca995..6453565 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ if (POLICY CMP0135) cmake_policy(SET CMP0135 NEW) endif() -project(lebai VERSION 1.1.23 LANGUAGES CXX) +project(lebai VERSION 1.1.24 LANGUAGES CXX) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") diff --git a/Doxyfile b/Doxyfile index 0202651..dfa7eb3 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "lebai sdk" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.1.23 +PROJECT_NUMBER = 1.1.24 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/doc/changelog.md b/doc/changelog.md index 9cedd18..ba3b61a 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,5 +1,8 @@ # ChangeLog +## 1.1.24 +暂时移除windows上python3.12生成。 + ## 1.1.23 修正pypi生成的问题。