From fccda3b2f8eb9e0013ec43cb0eadd66e1fade73c Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 19 Oct 2021 11:39:10 -0400 Subject: [PATCH] Publishing test #1 --- .github/workflows/publishing.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publishing.yml b/.github/workflows/publishing.yml index b3a2c254..1d40c3c3 100644 --- a/.github/workflows/publishing.yml +++ b/.github/workflows/publishing.yml @@ -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 .