Skip to content

Commit 58fd6a0

Browse files
committed
Release 2.0.0a4
1 parent 52347f3 commit 58fd6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ dist: ## Clean dist, then build the project
230230
@git add .
231231
@git commit -m "Release $(VERSION)"
232232
@git tag $(VERSION)
233-
@git push
233+
@git push --atomic origin main $(VERSION)
234234
@rm -rf dist
235235
@uv build
236236

0 commit comments

Comments
 (0)