We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf4c969 commit ef504feCopy full SHA for ef504fe
.github/workflows/publish-to-test-pypi.yml
@@ -2,9 +2,7 @@ name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI
2
3
on:
4
push:
5
- branches:
6
- - main
7
- tag:
+ tags:
8
- v*
9
10
jobs:
0 commit comments