@@ -28,15 +28,15 @@ cat-python-json archive:
2828# Download release artifacts from GitHub Actions
2929release-download-distributions token commit :
3030 mkdir -p dist
31- cargo run --release -- fetch-release-distributions --token {{ token}} --commit {{ commit}} --dest dist
31+ cargo run --release -- fetch-release-distributions --token {{ token}} --commit {{ commit}} --dest dist --org fox-it --repo python-build-pystandalone
3232
3333# Upload release artifacts to a GitHub release.
3434release-upload-distributions token datetime tag :
35- cargo run --release -- upload-release-distributions --token {{ token}} --datetime {{ datetime }} --tag {{ tag}} --dist dist
35+ cargo run --release -- upload-release-distributions --token {{ token}} --datetime {{ datetime }} --tag {{ tag}} --dist dist --org fox-it --repo python-build-pystandalone
3636
3737# "Upload" release artifacts to a GitHub release in dry-run mode (skip upload).
3838release-upload-distributions-dry-run token datetime tag :
39- cargo run --release -- upload-release-distributions --token {{ token}} --datetime {{ datetime }} --tag {{ tag}} --dist dist -n
39+ cargo run --release -- upload-release-distributions --token {{ token}} --datetime {{ datetime }} --tag {{ tag}} --dist dist --org fox-it --repo python-build-pystandalone - n
4040
4141# Promote a tag to "latest" by pushing to the `latest-release` branch.
4242release-set-latest-release tag :
@@ -51,8 +51,8 @@ release-set-latest-release tag:
5151 {
5252 " version" : 1 ,
5353 " tag" : " {{ tag}} " ,
54- " release_url" : " https://github.com/astral-sh /python-build-standalone /releases/tag/{{ tag}} " ,
55- " asset_url_prefix" : " https://github.com/astral-sh /python-build-standalone /releases/download/{{ tag}} "
54+ " release_url" : " https://github.com/fox-it /python-build-pystandalone /releases/tag/{{ tag}} " ,
55+ " asset_url_prefix" : " https://github.com/fox-it /python-build-pystandalone /releases/download/{{ tag}} "
5656 }
5757 EOF
5858
0 commit comments