File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 59
59
name : wheels_nc_py_api
60
60
path : wheelhouse_nc_py_api
61
61
62
+ - name : Create release draft
63
+
64
+ with :
65
+ name : ${{ env.RELEASE_TAG }}
66
+ tag : ${{ env.RELEASE_TAG }}
67
+ commit : ${{ github.ref }}
68
+ draft : false
69
+ body : ${{ env.CHANGELOG }}
70
+ token : ${{ secrets.PAT_NC_PY_API }}
71
+
62
72
- name : Install twine
63
73
run : |
64
74
python3 -m pip install twine
71
81
env :
72
82
TWINE_USERNAME : __token__
73
83
TWINE_PASSWORD : ${{ secrets.PYPI_TOKEN }}
74
-
75
- - name : Create release draft
76
-
77
- with :
78
- name : ${{ env.RELEASE_TAG }}
79
- tag : ${{ env.RELEASE_TAG }}
80
- commit : ${{ github.ref }}
81
- draft : false
82
- body : ${{ env.CHANGELOG }}
83
- token : ${{ secrets.PAT_NC_PY_API }}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
6
6
7
7
### Added
8
8
9
- - ` app_cfg ` property to ` NextcloudApp ` class.
9
+ - ` app_cfg ` property in the ` NextcloudApp ` class.
10
10
11
11
### Fixed
12
12
Original file line number Diff line number Diff line change 1
1
""" Version of nc_py_api"""
2
2
3
- __version__ = "0.0.20 "
3
+ __version__ = "0.0.21 "
You can’t perform that action at this time.
0 commit comments