diff --git a/.github/workflows/pypi-deploy.yml b/.github/workflows/pypi-deploy.yml index a3d1d68..c7c9e28 100644 --- a/.github/workflows/pypi-deploy.yml +++ b/.github/workflows/pypi-deploy.yml @@ -3,7 +3,7 @@ name: Build Python Wheels on: push: - #branches: [master] + branches: [master] tags: ["v[0-9]+.[0-9]+.[0-9]+"] jobs: