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

compile for release

parent f2365e5b
No related branches found
No related tags found
No related merge requests found
......@@ -38,8 +38,8 @@ jobs:
- stage: deploy
python: "3.8"
before_script:
- apt-get update
- apt-get install -y patchelf
- sudo apt-get update
- sudo apt-get install -y patchelf
- pip install wheel twine doctor-wheel auditwheel snakehouse satella
script:
- RELEASE=1 python setup.py bdist_wheel sdist
......@@ -50,8 +50,8 @@ jobs:
- stage: deploy
python: "3.9"
before_script:
- apt-get update
- apt-get install -y patchelf
- sudo apt-get update
- sudo apt-get install -y patchelf
- pip install wheel twine doctor-wheel auditwheel snakehouse satella
script:
- RELEASE=1 python setup.py bdist_wheel
......
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