We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29aa7a0 + 7ece18c commit 36e150dCopy full SHA for 36e150d
1 file changed
publish.py
@@ -49,7 +49,7 @@ def get_available_versions():
49
50
51
def get_published_vesions():
52
- pypi_url = "https://pypi.org/pypi/openapigenerator/json"
+ pypi_url = "https://pypi.org/pypi/openapi-generator-cli/json"
53
response = requests.get(pypi_url)
54
55
if response.status_code == 404:
0 commit comments