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: ...@@ -22,15 +22,14 @@ before_script:
pypi_publish: pypi_publish:
before_script: before_script:
- pip list - pip3 list
- pip install twine - pip3 install twine
only: only:
- main - main
stage: publish stage: publish
script: script:
- pip install twine - python3 setup.py sdist bdist_wheel
- python setup.py sdist bdist_wheel - python3 -m twine upload
- python -m twine upload
--skip-existing --skip-existing
--repository-url https://pypi.clarin-pl.eu/ --repository-url https://pypi.clarin-pl.eu/
-u $PIPY_USER -u $PIPY_USER
......
[tox] [tox]
envlist = py envlist = py38
[testenv] [testenv]
commands = pytest {posargs} 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