From c37fb04e8b7a3e01ba61d3bf151ed0d834d868aa Mon Sep 17 00:00:00 2001 From: Brian Cavagnolo Date: Mon, 8 Feb 2021 10:09:54 -0800 Subject: [PATCH] attempt to fix pypi publishing by moving to travis dpl2 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c1f0e04..6396243 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ _python_template: &_python_template script: py.test deploy: provider: pypi + edge: true username: "__token__" password: $PYPI_TOKEN1$PYPI_TOKEN2 distributions: "sdist bdist_wheel"