Skip to content

Commit d704c65

Browse files
committed
v0.0.21 [publish]
Signed-off-by: Alexander Piskun <[email protected]>
1 parent e2ea844 commit d704c65

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/publish.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,16 @@ jobs:
5959
name: wheels_nc_py_api
6060
path: wheelhouse_nc_py_api
6161

62+
- name: Create release draft
63+
uses: ncipollo/[email protected]
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
@@ -71,13 +81,3 @@ jobs:
7181
env:
7282
TWINE_USERNAME: __token__
7383
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
74-
75-
- name: Create release draft
76-
uses: ncipollo/[email protected]
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 }}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

nc_py_api/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
""" Version of nc_py_api"""
22

3-
__version__ = "0.0.20"
3+
__version__ = "0.0.21"

0 commit comments

Comments
 (0)