Skip to content
Snippets Groups Projects
Commit 7a80fdf6 authored by Maja Jabłońska's avatar Maja Jabłońska
Browse files

Add wheel to pip

parent cd32046b
Branches
No related merge requests found
Pipeline #16621 failed with stage
in 40 seconds
image: clarinpl/python:3.8
cache:
paths:
- .tox
stages:
- publish
before_script:
- apt-get update -yqq
&& apt-get install -yqq --no-install-recommends
make
g++
&& apt-get autoremove -yqq --purge
&& apt-get clean
pypi_publish:
before_script:
- pip install setuptools
- pip install build
- pip install build setuptools wheel
- pip install twine
only:
- master
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment