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

Commit e4c0f8b

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

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,17 @@ jobs:
1414
name: build
1515
command: python3 setup.py sdist
1616
- persist_to_workspace:
17-
root: ~/
17+
root: ~/opencti-client
1818
paths:
19-
- opencti-client
19+
- dist
2020
deploy:
2121
working_directory: ~/opencti-client
2222
docker:
2323
- image: circleci/python:3.6
2424
steps:
25+
- checkout
2526
- attach_workspace:
26-
at: ~/*
27+
at: ~/opencti-client
2728
- run:
2829
name: install dependencies
2930
command: pip3 install -r requirements.txt --user

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def run(self):
2525

2626
setup(
2727
name='pycti',
28-
version='1.0.5',
28+
version='1.0.6',
2929
description='Python API client for OpenCTI.',
3030
long_description='Official Python client for the OpenCTI platform.',
3131
author='OpenCTI',

0 commit comments

Comments
 (0)