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

Commit ac907db

Browse files
committed
[integration] Update Pypi to use tokens
1 parent aa35341 commit ac907db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- run:
100100
name: init .pypirc
101101
command: >
102-
printf "[pypi]\nusername = opencti\npassword = %s\n"
102+
printf "[pypi]\nusername = __token__\npassword = %s\n"
103103
"${PYPI_PASSWORD}" >> ~/.pypirc
104104
- run:
105105
name: upload to pypi

0 commit comments

Comments
 (0)