зеркало из https://github.com/microsoft/nutter.git
Merge branch 'develop' of https://github.com/microsoft/nutter into develop
This commit is contained in:
Коммит
8a12f63285
|
@ -1,4 +1,4 @@
|
|||
name: Python package
|
||||
name: Buld Nutter
|
||||
|
||||
on: [push]
|
||||
|
||||
|
@ -21,6 +21,10 @@ jobs:
|
|||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
- name: Install dev dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r dev_requirements.txt
|
||||
- name: Lint with flake8
|
||||
run: |
|
||||
pip install flake8
|
||||
|
|
|
@ -23,4 +23,4 @@ jobs:
|
|||
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
||||
run: |
|
||||
python setup.py sdist bdist_wheel
|
||||
twine upload dist/*
|
||||
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче