diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bdb1732..c5d83ae 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,7 +21,8 @@ jobs: python-version: ${{ matrix.python }} - name: Install tox run: pip install tox - - name: Build release with tox + - name: Create release with tox + id: create_release run: tox -e release - name: Upload Release Asset id: upload-release-asset diff --git a/.github/workflows/unittests.yaml b/.github/workflows/unittests.yaml index 466a131..f781e9a 100644 --- a/.github/workflows/unittests.yaml +++ b/.github/workflows/unittests.yaml @@ -1,6 +1,9 @@ name: unittests -on: [push] +on: + push: + tags-ignore: + - '*.*' jobs: build: