We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38b159 commit 4f79ed7Copy full SHA for 4f79ed7
.github/workflows/release.yml
@@ -31,7 +31,6 @@ jobs:
31
32
- name: prepare python-sdk
33
run: |
34
- sed -i 's/ = "openapi-client"/= "affixapi"/g' setup.py # for some reason the generator uses "openapi-client" as the package name
35
python3 -m pip install --upgrade build
36
python3 -m build
37
setup.py
@@ -11,8 +11,8 @@
11
12
from setuptools import setup, find_packages # noqa: H301
13
14
-NAME = "openapi-client"
15
-VERSION = "1.0.0"
+NAME= "affixapi"
+VERSION = ""
16
# To install the library, run the following
17
#
18
# python setup.py install
0 commit comments