Skip to content

Commit

Permalink
Upgrade Swaggy C to 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Jun 23, 2024
1 parent 69979f8 commit d759809
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
################################################################

# The version of Swaggy C
SWAGGY_C_VERSION = 4.5.1-pre.0
SWAGGY_C_VERSION = 4.6.0

# The version of OpenAPI Generator (https://openapi-generator.tech/) used for generating the API clients
OPENAPI_GENERATOR_VERSION = 7.6.0
Expand Down Expand Up @@ -160,6 +160,7 @@ generate-primary:

build-javascript:
npm install -g babel-cli
npm install validator
cd clients/javascript/generated/ && \
npm install && \
npm link && \
Expand All @@ -169,7 +170,7 @@ build-javascript:

build-python:
sudo apt-get install -y python-setuptools
pip install twine wheel pytest
pip install twine wheel pytest validators
cd clients/python/generated/ && \
pip install -r requirements.txt && \
python3 setup.py sdist bdist_wheel && \
Expand Down Expand Up @@ -234,4 +235,4 @@ doc-publish:

################################################################

.PHONY: all test ci stage clean deps init-spec init-langs-config generate generate-all generate-primary build-javascript build-python build-ruby test-javascript test-python test-ruby publish-javascript publish-python publish-ruby doc doc-latest doc-version doc-publish
.PHONY: all test ci stage clean deps init-spec init-langs-config generate generate-all generate-primary build-javascript build-python build-ruby test-javascript test-python test-ruby publish-javascript publish-python publish-ruby doc doc-latest doc-version doc-publish

0 comments on commit d759809

Please sign in to comment.