diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1c51945..6ac15b1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -37,9 +37,6 @@ jobs: pip install hatch flake8 pytest pip install . - - name: Run tox - run: tox - publish-test: needs: build runs-on: ubuntu-latest