Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit b5dbd5c

Browse files
author
Samuel Hassine
committed
Release with CircleCI
1 parent e4c0f8b commit b5dbd5c

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.circleci/config.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,7 @@ jobs:
4747
workflows:
4848
opencti_client_python:
4949
jobs:
50-
- build:
51-
filters:
52-
tags:
53-
only: /.*/
50+
- build
5451
- deploy:
5552
requires:
56-
- build
57-
filters:
58-
tags:
59-
only: /[0-9]+(\.[0-9]+)+(\.[0-9]+)*/
60-
branches:
61-
ignore: /.*/
53+
- build

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
print("warning: pypandoc module not found, could not convert Markdown to RST")
1313
read_md = lambda f: open(f, 'r').read()
1414

15+
VERSION = "1.0.6"
16+
1517
class VerifyVersionCommand(install):
1618
description = 'verify that the git tag matches our version'
1719

0 commit comments

Comments
 (0)