Skip to content

Commit

Permalink
fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Mar 30, 2024
1 parent 6bbd1d0 commit 76530d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class TagAndDeployCommand(Command):
user_options = []
name = "tag_and_deploy"
remote = "origin"
branch = "master"
branch = "main"

def initialize_options(self):
pass
Expand Down

0 comments on commit 76530d8

Please sign in to comment.