Publishing test #1

This commit is contained in:
Roman Mogylatov 2021-10-19 11:39:10 -04:00
parent a9b599372c
commit fccda3b2f8

View File

@ -16,11 +16,11 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"
- run: pip install tox
- run: tox
env:
TOXENV: 3.10
TOXENV: "3.10"
linters:
name: Run linters
@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"
- run: pip install tox
- run: tox
env:
@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"
- run: python setup.py sdist
- uses: actions/upload-artifact@v2
with:
@ -65,7 +65,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"
- run: pip install cibuildwheel==2.1.3
- run: cibuildwheel --output-dir wheelhouse
- uses: actions/upload-artifact@v2
@ -82,7 +82,7 @@ jobs:
uses: docker/setup-qemu-action@v1
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"
- run: pip install cibuildwheel==2.1.3
- run: cibuildwheel --archs aarch64 --output-dir wheelhouse
- uses: actions/upload-artifact@v2
@ -112,7 +112,7 @@ jobs:
# - uses: actions/checkout@v2
# - uses: actions/setup-python@v2
# with:
# python-version: 3.10
# python-version: "3.10"
# - run: pip install -r requirements-doc.txt
# - run: pip install awscli
# - run: pip install -e .