Skip to content

Commit

Permalink
ci: fix pypi action
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Sep 6, 2023
1 parent 0d1cc80 commit a69d00c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit a69d00c

Please sign in to comment.