Skip to content

Commit d109cc3

Browse files
committed
quick edit to workflow
1 parent 3b6dbea commit d109cc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-to-pypi.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Publish Python 🐍 distributions 📦 to PyPI
22

33
on:
44
push:
5-
branches: [ main ]
5+
tags:
6+
- '*'
67

78
jobs:
89
build-n-publish:

0 commit comments

Comments
 (0)