We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca22926 commit 42c2b46Copy full SHA for 42c2b46
Justfile
@@ -58,6 +58,8 @@ release token commit tag:
58
#!/bin/bash
59
set -eo pipefail
60
61
+ gh release create --prerelease --notes TBD --title {{ tag }} --target {{ commit }} {{ tag }}
62
+
63
rm -rf dist
64
just release-download-distributions {{token}} {{commit}}
65
datetime=$(ls dist/cpython-3.10.*-x86_64-unknown-linux-gnu-install_only-*.tar.gz | awk -F- '{print $8}' | awk -F. '{print $1}')
0 commit comments