From a69d00cda84501acf8b5e5143e17cdc83583677b Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Wed, 6 Sep 2023 04:30:53 -0400 Subject: [PATCH] ci: fix pypi action --- .github/workflows/pypi.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index b6c7ea9..2f8c76e 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -1,8 +1,10 @@ +name: Upload to PyPI + on: push: tags: - - 'v[0-9]+' - - 'test-v[0-9]*' # Uploads to https://test.pypi.org/project/tree-sitter/ + - 'v[0-9]+.*' + - 'test-v[0-9]+.*' # Uploads to https://test.pypi.org/project/tree-sitter/ jobs: build-sdist: