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

Use venv's pip

parent 7e499f4a
Branches
Tags
No related merge requests found
Pipeline #16399 failed with stage
in 20 seconds
......@@ -22,15 +22,14 @@ before_script:
pypi_publish:
before_script:
- pip list
- pip install twine
- pip3 list
- pip3 install twine
only:
- main
stage: publish
script:
- pip install twine
- python setup.py sdist bdist_wheel
- python -m twine upload
- python3 setup.py sdist bdist_wheel
- python3 -m twine upload
--skip-existing
--repository-url https://pypi.clarin-pl.eu/
-u $PIPY_USER
......
[tox]
envlist = py
envlist = py38
[testenv]
commands = pytest {posargs}
\ No newline at end of file
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