Skip to content
Snippets Groups Projects
Commit a1ba0e89 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

v2.2

parent b5e363fc
No related branches found
Tags v2.2
No related merge requests found
...@@ -49,7 +49,7 @@ jobs: ...@@ -49,7 +49,7 @@ jobs:
- doctor-wheel *.whl - doctor-wheel *.whl
- auditwheel repair --plat manylinux2014_x86_64 *.whl - auditwheel repair --plat manylinux2014_x86_64 *.whl
- cd wheelhouse - cd wheelhouse
- twine upload *.whl - twine upload -u $PYPI_USER -p $PYPI_PWD *.whl
after_script: after_script:
- echo "Done" - echo "Done"
- stage: deploy - stage: deploy
...@@ -64,7 +64,7 @@ jobs: ...@@ -64,7 +64,7 @@ jobs:
- doctor-wheel *.whl - doctor-wheel *.whl
- auditwheel repair --plat manylinux2014_x86_64 *.whl - auditwheel repair --plat manylinux2014_x86_64 *.whl
- cd wheelhouse - cd wheelhouse
- twine upload *.whl - twine upload -u $PYPI_USER -p $PYPI_PWD *.whl
after_script: after_script:
- echo "Done" - echo "Done"
- stage: deploy - stage: deploy
...@@ -79,7 +79,7 @@ jobs: ...@@ -79,7 +79,7 @@ jobs:
- doctor-wheel *.whl - doctor-wheel *.whl
- auditwheel repair --plat manylinux2014_x86_64 *.whl - auditwheel repair --plat manylinux2014_x86_64 *.whl
- cd wheelhouse - cd wheelhouse
- twine upload *.whl - twine upload -u $PYPI_USER -p $PYPI_PWD *.whl
after_script: after_script:
- echo "Done" - echo "Done"
- stage: deploy - stage: deploy
...@@ -94,7 +94,7 @@ jobs: ...@@ -94,7 +94,7 @@ jobs:
- doctor-wheel *.whl - doctor-wheel *.whl
- auditwheel repair --plat manylinux2014_x86_64 *.whl - auditwheel repair --plat manylinux2014_x86_64 *.whl
- cd wheelhouse - cd wheelhouse
- twine upload *.whl - twine upload -u $PYPI_USER -p $PYPI_PWD *.whl
after_script: after_script:
- echo "Done" - echo "Done"
- stage: deploy - stage: deploy
...@@ -109,7 +109,7 @@ jobs: ...@@ -109,7 +109,7 @@ jobs:
- doctor-wheel *.whl - doctor-wheel *.whl
- auditwheel repair --plat manylinux2014_x86_64 *.whl - auditwheel repair --plat manylinux2014_x86_64 *.whl
- cd wheelhouse - cd wheelhouse
- twine upload *.whl - twine upload -u $PYPI_USER -p $PYPI_PWD *.whl
after_script: after_script:
- echo "Done" - echo "Done"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment