From 93561320567fbf857ae3dcfcfccf0cf88d0a5d53 Mon Sep 17 00:00:00 2001 From: Loren Gordon Date: Sat, 4 Nov 2023 08:03:52 -0700 Subject: [PATCH] Uses api token for test pypi deployment --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1c50a030a..3862bd8ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -151,7 +151,7 @@ jobs: - provider: pypi server: https://test.pypi.org/legacy/ distributions: sdist bdist_wheel - username: plus3it + username: __token__ # https://test.pypi.org/help/#apitoken password: $PYPI_TEST_PASSWORD skip_cleanup: true skip_upload_docs: true