Skip to content

Commit fcd6cbe

Browse files
author
iva-romanenko
committed
add build_command
1 parent c9853f5 commit fcd6cbe

File tree

3 files changed

+40
-77
lines changed

3 files changed

+40
-77
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
# See https://github.com/actions/runner/issues/1173
4646
if: steps.release.outputs.released == 'true'
4747
with:
48-
packages-dir: /
4948
password: ${{ secrets.PYPI_TOKEN }}
5049

5150
- name: Publish package distributions to GitHub Releases

CHANGELOG.md

Lines changed: 39 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,17 @@
11
# CHANGELOG
22

3-
4-
5-
## v0.279.0 (2024-05-15)
3+
## v0.278.0 (2024-05-02)
64

75
### Feature
86

9-
* change package dir and back version ([`c6530a2`](https://github.com/yandex-cloud/python-sdk/commit/c6530a2d3cf95a1b9d7e564f852d74774645fd8e))
10-
11-
* change package dir ([`ac0120b`](https://github.com/yandex-cloud/python-sdk/commit/ac0120b7b85b92b54d0c109e2c519ffd5633daa2))
12-
13-
* add workflow permissions ([`2817e26`](https://github.com/yandex-cloud/python-sdk/commit/2817e26a4e567ae7b9d27a6cb1d2d871524468f4))
14-
15-
* add pypi creds ([`92ba0cf`](https://github.com/yandex-cloud/python-sdk/commit/92ba0cff03b65ccf5a72ad5e5160e810a8c74e17))
16-
17-
* fix commit Parser return type ([`0bdeea0`](https://github.com/yandex-cloud/python-sdk/commit/0bdeea0db205c1113710708da4c88a301907c26b))
18-
19-
* update Commit Parser and semantic_release config ([`0ef04d6`](https://github.com/yandex-cloud/python-sdk/commit/0ef04d67e8596637ebe81e6b6b0b71f9d2e2f328))
20-
21-
* Update release process with and python semantic version release (#94)
22-
23-
Co-authored-by: iva-romanenko <[email protected]> ([`222d516`](https://github.com/yandex-cloud/python-sdk/commit/222d51601b4767ddde3969ca4066ed118c4a91ba))
24-
25-
### Unknown
26-
27-
* Merge pull request #97 from yandex-cloud/add-pypi-creds
28-
29-
add pypi creds ([`7acd92c`](https://github.com/yandex-cloud/python-sdk/commit/7acd92c12e753ff2e459d8db7a9be5723ba3c3c8))
30-
31-
* Merge pull request #96 from yandex-cloud/fix-commit-parser-return-type
32-
33-
fix commit Parser return type ([`234fb76`](https://github.com/yandex-cloud/python-sdk/commit/234fb76af2fa60f8ab2556736a0e1f003c04dd1a))
34-
35-
* Merge pull request #95 from yandex-cloud/fix-config-for-semantic-release
36-
37-
Update Commit Parser and semantic_release config ([`752f857`](https://github.com/yandex-cloud/python-sdk/commit/752f857d3526b369db0efec19488eda9406b4f94))
38-
7+
* added `endpoint` arg to `get_auth_token()` (#93)
398

40-
## v0.278.0 (2024-05-02)
9+
* added `endpoint` arg to `get_auth_token()`
4110

42-
### Feature
11+
* styling fixes
4312

44-
* added `endpoint` arg to `get_auth_token()` (#93)
13+
---------
4514

46-
* added `endpoint` arg to `get_auth_token()`
47-
48-
* styling fixes
49-
50-
---------
51-
5215
Co-authored-by: Dmitry Chumak <[email protected]> ([`caa8c67`](https://github.com/yandex-cloud/python-sdk/commit/caa8c679901dedc4e6e4df9f549d9fc908c22371))
5316

5417

@@ -88,14 +51,14 @@ IAM token request method ([`e1d24eb`](https://github.com/yandex-cloud/python-sdk
8851

8952
* Upgrade workflows actions versions (#91)
9053

91-
* upgrading and workflow actions
92-
93-
* upgrading to 3.12 in action
94-
95-
* fix problem with setuptools in release
96-
97-
---------
98-
54+
* upgrading and workflow actions
55+
56+
* upgrading to 3.12 in action
57+
58+
* fix problem with setuptools in release
59+
60+
---------
61+
9962
Co-authored-by: Islam Alibekov <[email protected]> ([`3c1d737`](https://github.com/yandex-cloud/python-sdk/commit/3c1d737c1af4b3ff9aaea14799b0b3931bed0e11))
10063

10164

@@ -105,12 +68,12 @@ Co-authored-by: Islam Alibekov <[email protected]> ([`3c1d737`](https
10568

10669
* Upgrade workflows actions versions (#90)
10770

108-
* upgrading and workflow actions
109-
110-
* upgrading to 3.12 in action
111-
112-
---------
113-
71+
* upgrading and workflow actions
72+
73+
* upgrading to 3.12 in action
74+
75+
---------
76+
11477
Co-authored-by: Islam Alibekov <[email protected]> ([`d25e67a`](https://github.com/yandex-cloud/python-sdk/commit/d25e67a10d26ecdd4f027f0d9264921dade5a915))
11578

11679

@@ -192,14 +155,14 @@ Co-authored-by: Petr Reznikov <[email protected]> ([`6d5714e`](https://g
192155

193156
* Adding support for managed opensearch (#85)
194157

195-
* keeping _supported_modules sorted
196-
197-
* adding support for managed-opensearch
198-
199-
* fixing flake8:E128 error for _sdk.py
200-
201-
---------
202-
158+
* keeping _supported_modules sorted
159+
160+
* adding support for managed-opensearch
161+
162+
* fixing flake8:E128 error for _sdk.py
163+
164+
---------
165+
203166
Co-authored-by: Islam Alibekov <[email protected]> ([`1ec9d39`](https://github.com/yandex-cloud/python-sdk/commit/1ec9d397003eedd37afd8d80b300878bb359cd50))
204167

205168

@@ -713,12 +676,12 @@ Co-authored-by: Maksim Zinal <[email protected]> ([`a46e299`](https://gith
713676

714677
* make requests to IAM using specified endpoint instead of default (#67)
715678

716-
* make requests to IAM in specified endpoint
717-
718-
* imports
719-
720-
---------
721-
679+
* make requests to IAM in specified endpoint
680+
681+
* imports
682+
683+
---------
684+
722685
Co-authored-by: sofya generalova <[email protected]> ([`823b756`](https://github.com/yandex-cloud/python-sdk/commit/823b756889ec6dfe4f999d5123017e92e9b2db1f))
723686

724687

@@ -1180,12 +1143,12 @@ This reverts commit 57f6aca88c91c29fc43a24d8bb0f61dcae492ce3. ([`6801d07`](https
11801143

11811144
* Add code formatter check and command (#33)
11821145

1183-
* Add black to project
1184-
1185-
* Add isort
1186-
1187-
* make format
1188-
1146+
* Add black to project
1147+
1148+
* Add isort
1149+
1150+
* make format
1151+
11891152
* Add changelog to format targets ([`41d465e`](https://github.com/yandex-cloud/python-sdk/commit/41d465ef9c3badc54e8cd23b7a505ad68ea0baee))
11901153

11911154

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version_variables = [
55
# https://python-semantic-release.readthedocs.io/en/latest/configuration.html#major-on-zero
66
major_on_zero = false
77
commit_parser="changelog:PythonSDKCommitParser"
8+
build_command="python setup.py sdist"
89

910
[tool.black]
1011
line-length = 120

0 commit comments

Comments
 (0)