From 2d145033e4679f6b810f9e4b05fc5d7d0602a3bc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Wed, 30 Jun 2021 16:43:10 +0200
Subject: [PATCH] fix travis

---
 .travis.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 1b3754c..cc88739 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -103,12 +103,12 @@ jobs:
         - sudo apt-get install -y patchelf
         - pip install wheel auditwheel twine doctor-wheel cython
       script:
-        - python setup.py bdist_wheel
+        - python setup.py bdist_wheel sdist
         - cd dist
         - doctor-wheel *.whl
         - auditwheel repair --plat manylinux2014_x86_64 *.whl
         - cd wheelhouse
-        - twine upload -u $PYPI_USER -p $PYPI_PWD *.whl
+        - twine upload -u $PYPI_USER -p $PYPI_PWD *.whl ../*.gz
       after_script:
         - echo "Done"
     - stage: deploy
@@ -131,9 +131,9 @@ jobs:
       before_script:
         - sudo apt-get update
         - sudo apt-get install -y patchelf
-        - pip install wheel auditwheel twine doctor-wheel cython
+        - pypy3 -m pip install wheel auditwheel twine doctor-wheel cython
       script:
-        - python setup.py bdist_wheel
+        - pypy3 setup.py bdist_wheel
         - cd dist
         - doctor-wheel *.whl
         - auditwheel repair --plat manylinux2014_x86_64 *.whl
-- 
GitLab