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 5959 name : wheels_nc_py_api
6060 path : wheelhouse_nc_py_api
6161
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+
6272 - name : Install twine
6373 run : |
6474 python3 -m pip install twine
7181 env :
7282 TWINE_USERNAME : __token__
7383 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.
66
77### Added
88
9- - ` app_cfg ` property to ` NextcloudApp ` class.
9+ - ` app_cfg ` property in the ` NextcloudApp ` class.
1010
1111### Fixed
1212
Original file line number Diff line number Diff line change 11""" Version of nc_py_api"""
22
3- __version__ = "0.0.20 "
3+ __version__ = "0.0.21 "
You can’t perform that action at this time.
0 commit comments