Skip to content

Commit

Permalink
working
Browse files Browse the repository at this point in the history
  • Loading branch information
JungleCatSW committed Nov 17, 2023
1 parent 4d74509 commit 979d875
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/workflow-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: run codegen
run: |
chmod +x codegen.sh
./codegen.sh
- name: Install pypa/build
run: >-
python3 -m
Expand Down
2 changes: 1 addition & 1 deletion codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cd swagger-codegen
-l python -o /gen/out -DpackageName=src.cudo_compute
cd ..
cp -r swagger-codegen/out/src src
#rm -rf swagger-codegen
rm -rf swagger-codegen

cp helpers/* src/cudo_compute
echo "import src.cudo_compute.auth_config as AuthConfig" >> src/cudo_compute/__init__.py
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "cudo-compute"
version = "0.0.9"
version = "0.0.10"
authors = [
{ name = "Cudo Ventures", email = "[email protected]" },
]
Expand Down

0 comments on commit 979d875

Please sign in to comment.