We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7b40cf + b9795a8 commit 2436239Copy full SHA for 2436239
.github/workflows/build_deploy.yml
@@ -63,7 +63,6 @@ jobs:
63
- name: Upload wheel files
64
uses: actions/upload-artifact@v2
65
with:
66
- name: pillow_jpls_wheels
67
path: ./wheelhouse/*.whl
68
69
make_sdist:
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.18)
2
3
-project(Pycharls VERSION 1.1.1)
+project(Pycharls VERSION 1.1.0)
4
5
option(PYCHARLS_COMPILE_STRICT "Treat compiler warnings as errors" ON)
6
list(APPEND CMAKE_MODULE_PATH ${CMAKE_BINARY_DIR})
0 commit comments