Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit 65cdca2

Browse files
committed
use API token for CD to pypi
1 parent 536a8ed commit 65cdca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cache:
2828

2929
deploy:
3030
provider: pypi
31-
user: reverb
31+
user: __token__
3232
on:
3333
tags: true
3434
condition: "$TOX_ENV = py38"

0 commit comments

Comments
 (0)