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
Tags
No related merge requests found
Pipeline #16621 failed
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment