Skip to content

Commit 36e150d

Browse files
authored
Merge pull request #8 from eggplants/master
Fix invalid package name
2 parents 29aa7a0 + 7ece18c commit 36e150d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

publish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def get_available_versions():
4949

5050

5151
def get_published_vesions():
52-
pypi_url = "https://pypi.org/pypi/openapigenerator/json"
52+
pypi_url = "https://pypi.org/pypi/openapi-generator-cli/json"
5353
response = requests.get(pypi_url)
5454

5555
if response.status_code == 404:

0 commit comments

Comments
 (0)