diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d3fa42b..297f354 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,6 +1,11 @@ name: CI -on: [push] +on: + push: + branches: + - '**' + tags-ignore: + - '*' jobs: test: diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 3af0342..93643df 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -19,6 +19,7 @@ jobs: uses: astral-sh/setup-uv@v5 with: version: "0.5.20" + python-version: '3.10' # retrieve your distributions here - name: Publish package distributions to PyPI