File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -1888,9 +1888,9 @@ jobs:
18881888 run : |
18891889 python -m dumb_pypi.main \
18901890 --package-list <(ls dist/) \
1891- --packages-url https://raw.githubusercontent.com /${{
1892- github.repository
1893- }}/gh-pages/ dist \
1891+ --packages-url " https://${{
1892+ github.repository_owner
1893+ }}.github.io/${GITHUB_REPOSITORY#$GITHUB_REPOSITORY_OWNER/}/ dist" \
18941894 --output-dir gh-pages-dumb-pypi
18951895 shell : bash
18961896
Original file line number Diff line number Diff line change 1+ 749.contrib.rst
Original file line number Diff line number Diff line change 1+ 749.contrib.rst
Original file line number Diff line number Diff line change 1+ The ``dumb-pypi ``-produced static package index now renders correct
2+ URLs to the distribution packages -- by :user: `webknjaz `.
You can’t perform that action at this time.
0 commit comments