From a1ba0e8947ece79e1f00946af0a56ab397019c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Wed, 2 Jun 2021 19:28:08 +0200 Subject: [PATCH] v2.2 --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a5ad8e9..a31031b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,7 @@ jobs: - doctor-wheel *.whl - auditwheel repair --plat manylinux2014_x86_64 *.whl - cd wheelhouse - - twine upload *.whl + - twine upload -u $PYPI_USER -p $PYPI_PWD *.whl after_script: - echo "Done" - stage: deploy @@ -64,7 +64,7 @@ jobs: - doctor-wheel *.whl - auditwheel repair --plat manylinux2014_x86_64 *.whl - cd wheelhouse - - twine upload *.whl + - twine upload -u $PYPI_USER -p $PYPI_PWD *.whl after_script: - echo "Done" - stage: deploy @@ -79,7 +79,7 @@ jobs: - doctor-wheel *.whl - auditwheel repair --plat manylinux2014_x86_64 *.whl - cd wheelhouse - - twine upload *.whl + - twine upload -u $PYPI_USER -p $PYPI_PWD *.whl after_script: - echo "Done" - stage: deploy @@ -94,7 +94,7 @@ jobs: - doctor-wheel *.whl - auditwheel repair --plat manylinux2014_x86_64 *.whl - cd wheelhouse - - twine upload *.whl + - twine upload -u $PYPI_USER -p $PYPI_PWD *.whl after_script: - echo "Done" - stage: deploy @@ -109,7 +109,7 @@ jobs: - doctor-wheel *.whl - auditwheel repair --plat manylinux2014_x86_64 *.whl - cd wheelhouse - - twine upload *.whl + - twine upload -u $PYPI_USER -p $PYPI_PWD *.whl after_script: - echo "Done" -- GitLab