Remove venv stuff
This commit is contained in:
parent
dfe2c954a3
commit
8c71057fd1
@ -6,8 +6,5 @@ pipeline:
|
|||||||
branch: [main, master]
|
branch: [main, master]
|
||||||
commands:
|
commands:
|
||||||
- python --version
|
- python --version
|
||||||
- pip install -U virtualenv --quiet
|
|
||||||
- virtualenv venv
|
|
||||||
- source venv/bin/activate
|
|
||||||
- pip install -U build --quiet
|
- pip install -U build --quiet
|
||||||
- build
|
- build
|
||||||
|
@ -6,9 +6,6 @@ pipeline:
|
|||||||
branch: [main, master]
|
branch: [main, master]
|
||||||
commands:
|
commands:
|
||||||
- python --version
|
- python --version
|
||||||
- pip install -U virtualenv --quiet
|
|
||||||
- virtualenv venv
|
|
||||||
- source venv/bin/activate
|
|
||||||
- pip install -U twine --quiet
|
- pip install -U twine --quiet
|
||||||
- twine upload --skip-existing --repository testpypi -u $TWINE_USERNAME -p $TWINE_PASSWORD dist/*
|
- twine upload --skip-existing --repository testpypi -u $TWINE_USERNAME -p $TWINE_PASSWORD dist/*
|
||||||
|
|
||||||
|
@ -4,12 +4,7 @@ pipeline:
|
|||||||
image: python:latest
|
image: python:latest
|
||||||
group: linting
|
group: linting
|
||||||
commands:
|
commands:
|
||||||
- echo $SHELL
|
|
||||||
- cat /etc/os-release
|
|
||||||
- python --version
|
- python --version
|
||||||
- pip install -U virtualenv --quiet
|
|
||||||
- virtualenv venv
|
|
||||||
- source venv/bin/activate
|
|
||||||
- pip install -U pyright --quiet
|
- pip install -U pyright --quiet
|
||||||
- pyright woodpeckerpy/main.py
|
- pyright woodpeckerpy/main.py
|
||||||
|
|
||||||
@ -18,8 +13,5 @@ pipeline:
|
|||||||
group: linting
|
group: linting
|
||||||
commands:
|
commands:
|
||||||
- python --version
|
- python --version
|
||||||
- pip install -U virtualenv --quiet
|
|
||||||
- virtualenv venv
|
|
||||||
- source venv/bin/activate
|
|
||||||
- pip install -U black --quiet
|
- pip install -U black --quiet
|
||||||
- black woodpeckerpy/main.py
|
- black woodpeckerpy/main.py
|
||||||
|
Loading…
Reference in New Issue
Block a user