Skip to content

Commit 806bda1

Browse files
committed
Change release approach from specific to main branch.
1 parent 0d47517 commit 806bda1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.circleci/config.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,12 @@ workflows:
117117
- GITHUB_CREDS
118118
filters:
119119
branches:
120-
ignore: /.*/
121-
tags:
122-
only: /v.*/
120+
only: main
123121
- publish:
124122
requires:
125123
- gh/release
124+
context:
125+
- PYPI_CREDS
126126
filters:
127127
branches:
128-
ignore: /.*/
129-
tags:
130-
only: /v.*/
128+
only: main

0 commit comments

Comments
 (0)