Skip to content

Commit

Permalink
chore: finish transition to main branch
Browse files Browse the repository at this point in the history
somebody renamed the `master` branch to `main`.
but forgot to transition the CI triggers.

fixed this

Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Jul 12, 2023
1 parent 82c901b commit 44c51a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ build-backend = "poetry.core.masonry.api"
version_variable = [
"pyproject.toml:version"
]
branch = "master"
branch = "main"
upload_to_pypi = true
upload_to_repository = true
upload_to_release = true
Expand Down

0 comments on commit 44c51a0

Please sign in to comment.