diff options
Diffstat (limited to '.github/workflows/python-deploy.yml')
| -rw-r--r-- | .github/workflows/python-deploy.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/python-deploy.yml b/.github/workflows/python-deploy.yml index e23ee49..eae1294 100644 --- a/.github/workflows/python-deploy.yml +++ b/.github/workflows/python-deploy.yml @@ -2,8 +2,8 @@ name: Build and upload to PyPI on: push: - #tags: - #- v* + tags: + - v* jobs: build_wheels: |
