Skip to content

Commit 2782cc7

Browse files
committed
ci: fix build process
1 parent 525a8b3 commit 2782cc7

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ jobs:
3030
with:
3131
user: __token__
3232
password: ${{ secrets.PYPI_API_TOKEN }}
33+
packages-dir: generated/dist

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# elabapi-python changelog
22

3+
## 5.2.2 - June 6th 2025
4+
5+
* Use openapi-generator-cli instead of swagger-codegen (#30). see: https://github.com/OpenAPITools/openapi-generator/blob/master/docs/qna.md
6+
37
## 5.0.2 - February 19th 2024
48

59
* Update swagger-codegen to 3.0.54 (see https://github.com/elabftw/elabftw/discussions/3930)

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"packageName": "elabapi_python",
33
"pythonPackageName": "elabapi_python",
44
"projectName": "elabapi-python",
5-
"packageVersion": "5.2.1",
5+
"packageVersion": "5.2.2",
66
"packageUrl": "https://github.com/elabftw/elabapi-python"
77
}

0 commit comments

Comments
 (0)