File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3838 poetry build
3939
4040 - name : Publish distribution to PyPI
41- if : github.repository == 'linkml/linkml'
41+ if : github.repository == 'linkml/linkml-model '
4242 uses : pypa/gh-action-pypi-publish@v1.2.2
4343 with :
4444 user : __token__
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ def do_request(url) -> object:
111111 raise requests .HTTPError (f"{ resp .status_code } - { resp .reason } : { url } " )
112112
113113 def tag_to_commit (tag : str ) -> str :
114- tags = do_request (f"{ GITHUB_API_BASE } tags" )
114+ tags = do_request (f"{ GITHUB_API_BASE } tags?per_page=100 " )
115115 for tagent in tags :
116116 if tagent ['name' ] == tag :
117117 return _build_loc (f"{ GITHUB_BASE } blob/{ tagent ['commit' ]['sha' ]} /" , source , fmt )
You can’t perform that action at this time.
0 commit comments