diff --git a/.github/workflows/cpythonmacosbuild_nosendpypi.yml b/.github/workflows/cpythonmacosbuild_nosendpypi.yml index 7084f489..4560861c 100644 --- a/.github/workflows/cpythonmacosbuild_nosendpypi.yml +++ b/.github/workflows/cpythonmacosbuild_nosendpypi.yml @@ -24,7 +24,7 @@ jobs: uses: actions/setup-python@v1 with: python-version: ${{ matrix.python-version }} - - name: build on macos + - name: build and test on macos working-directory: ./ env: GMIC_VERSION: 2.9.1 diff --git a/.github/workflows/cpythonmacosbuildandreleaseontag.yml b/.github/workflows/cpythonmacosbuildandreleaseontag.yml index 162f9373..ea45ca4b 100644 --- a/.github/workflows/cpythonmacosbuildandreleaseontag.yml +++ b/.github/workflows/cpythonmacosbuildandreleaseontag.yml @@ -20,7 +20,7 @@ jobs: uses: actions/setup-python@v1 with: python-version: ${{ matrix.python-version }} - - name: build on macos + - name: build and test on macos working-directory: ./ env: GMIC_VERSION: 2.9.1 diff --git a/.github/workflows/cpythonmanylinuxbuild_nosendpypi.yml b/.github/workflows/cpythonmanylinuxbuild_nosendpypi.yml index dfc74610..3367636f 100644 --- a/.github/workflows/cpythonmanylinuxbuild_nosendpypi.yml +++ b/.github/workflows/cpythonmanylinuxbuild_nosendpypi.yml @@ -39,7 +39,7 @@ jobs: uses: actions/setup-python@v1 with: python-version: ${{ matrix.python-version }} - - name: build, run packages on ${{ matrix.plat }} architecture and publish them to PyPI + - name: build, test packages on ${{ matrix.plat }} architecture and publish them to PyPI working-directory: ./ env: TWINE_PASSWORD_GITHUB_SECRET: ${{ secrets.TWINE_PASSWORD_GITHUB_SECRET }} # For build_tools.bash 11_send_to_pypi diff --git a/.github/workflows/cpythonmanylinuxbuildandreleaseontag.yml b/.github/workflows/cpythonmanylinuxbuildandreleaseontag.yml index 58eeaf0e..bb17dc01 100644 --- a/.github/workflows/cpythonmanylinuxbuildandreleaseontag.yml +++ b/.github/workflows/cpythonmanylinuxbuildandreleaseontag.yml @@ -34,7 +34,7 @@ jobs: uses: actions/setup-python@v1 with: python-version: ${{ matrix.python-version }} - - name: build, run packages on ${{ matrix.plat }} architecture and publish them to PyPI + - name: build, test packages on ${{ matrix.plat }} architecture and publish them to PyPI working-directory: ./ env: TWINE_PASSWORD_GITHUB_SECRET: ${{ secrets.TWINE_PASSWORD_GITHUB_SECRET }} # For build_tools.bash 11_send_to_pypi