Skip to content

Commit 2436239

Browse files
Merge pull request #9 from planetmarshall/fix-upload
Fix upload
2 parents b7b40cf + b9795a8 commit 2436239

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build_deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
- name: Upload wheel files
6464
uses: actions/upload-artifact@v2
6565
with:
66-
name: pillow_jpls_wheels
6766
path: ./wheelhouse/*.whl
6867

6968
make_sdist:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.18)
22

3-
project(Pycharls VERSION 1.1.1)
3+
project(Pycharls VERSION 1.1.0)
44

55
option(PYCHARLS_COMPILE_STRICT "Treat compiler warnings as errors" ON)
66
list(APPEND CMAKE_MODULE_PATH ${CMAKE_BINARY_DIR})

0 commit comments

Comments
 (0)