Skip to content

Commit 4f79ed7

Browse files
author
github-actions-bot
committed
ci: use better commit-msg
1 parent d38b159 commit 4f79ed7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131

3232
- name: prepare python-sdk
3333
run: |
34-
sed -i 's/ = "openapi-client"/= "affixapi"/g' setup.py # for some reason the generator uses "openapi-client" as the package name
3534
python3 -m pip install --upgrade build
3635
python3 -m build
3736

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
from setuptools import setup, find_packages # noqa: H301
1313

14-
NAME = "openapi-client"
15-
VERSION = "1.0.0"
14+
NAME= "affixapi"
15+
VERSION = ""
1616
# To install the library, run the following
1717
#
1818
# python setup.py install

0 commit comments

Comments
 (0)