diff options
| author | main <main@swarm.moe> | 2026-04-25 15:41:38 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-04-25 15:41:38 -0400 |
| commit | ae06d596000757a96a1d41795ff4b758a146f15f (patch) | |
| tree | 9aaafd347d5adeaf8988cc9566a4e17afbe90682 /publish.py | |
| parent | 909f6427c89a46c1f1a2cbf8efad84f851069824 (diff) | |
| download | memview-ae06d596000757a96a1d41795ff4b758a146f15f.zip | |
Tag before crate publish
Diffstat (limited to 'publish.py')
| -rwxr-xr-x | publish.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |