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