Skip to content

Commit 27cdfa9

Browse files
fix: pyproject
1 parent 6e4cfb6 commit 27cdfa9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.drone.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ steps:
3434
commands:
3535
- semantic-release publish
3636
when:
37-
branch: main
37+
branch:
38+
- main
3839

3940
# if on a feature branch do a prerelease
4041
- name: prerelease

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ markers = ["sleepdeprived_patched_module", "masked_modules", "patched_environ",
2626
[tool.semantic_release]
2727
version_variable = "celery/__init__.py:__version__"
2828
version_toml = ["pyproject.toml:tool.poetry.version"]
29-
branch = "development"
29+
branch = "main"
3030
upload_to_respository=true
3131
repository_url="https://push.fury.io/indico"
3232
build_command="poetry build"

0 commit comments

Comments
 (0)