From a33766702c1b026b1472932f3f01e2cadac36ade Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 26 Jan 2021 09:37:55 -0500 Subject: [PATCH] Rename custom archs job --- .github/workflows/publishing.yml | 4 ++-- src/dependency_injector/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publishing.yml b/.github/workflows/publishing.yml index f5444859..31887b24 100644 --- a/.github/workflows/publishing.yml +++ b/.github/workflows/publishing.yml @@ -42,7 +42,7 @@ jobs: path: ./wheelhouse/*.whl build-wheels-linux-custom-archs: - name: Build wheels + name: Build wheels Linux custom archs runs-on: ubuntu-latest strategy: matrix: @@ -55,7 +55,7 @@ jobs: with: python-version: 3.9 - run: pip install cibuildwheel==1.8.0 - - run: cibuildwheel --archs ${{ matrix.archs }} --output-dir wheelhouse + - run: cibuildwheel --archs ${{ matrix.arch }} --output-dir wheelhouse - uses: actions/upload-artifact@v2 with: path: ./wheelhouse/*.whl diff --git a/src/dependency_injector/__init__.py b/src/dependency_injector/__init__.py index 0d694744..c36a4658 100644 --- a/src/dependency_injector/__init__.py +++ b/src/dependency_injector/__init__.py @@ -1,6 +1,6 @@ """Top-level package.""" -__version__ = '4.10.3dev5' +__version__ = '4.10.3dev6' """Version number. :type: str