swarm repositories / source
summaryrefslogtreecommitdiff
path: root/publish.py
diff options
context:
space:
mode:
authormain <main@swarm.moe>2026-04-25 15:41:38 -0400
committermain <main@swarm.moe>2026-04-25 15:41:38 -0400
commitae06d596000757a96a1d41795ff4b758a146f15f (patch)
tree9aaafd347d5adeaf8988cc9566a4e17afbe90682 /publish.py
parent909f6427c89a46c1f1a2cbf8efad84f851069824 (diff)
downloadmemview-ae06d596000757a96a1d41795ff4b758a146f15f.zip
Tag before crate publish
Diffstat (limited to 'publish.py')
-rwxr-xr-xpublish.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/publish.py b/publish.py
index 417e087..fe5bce8 100755
--- a/publish.py
+++ b/publish.py
@@ -155,8 +155,8 @@ def registry_token() -> str:
def publish_crate(version: Version) -> None:
run("./check.py", "verify")
run("cargo", "publish", "--dry-run", "--locked", "-p", "memview")
- run_with_token("cargo", "publish", "--locked", "-p", "memview")
ensure_tag(version)
+ run_with_token("cargo", "publish", "--locked", "-p", "memview")
def verify_remote(remote: str) -> None: