Skip to content

Commit 3ffc950

Browse files
committed
chore: fix pypi release action
1 parent a2543b9 commit 3ffc950

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ permissions:
55

66
on:
77
push:
8+
tags:
9+
- "1.*"
810

911
jobs:
1012
build:
@@ -50,5 +52,4 @@ jobs:
5052
uses: pypa/gh-action-pypi-publish@release/v1
5153
with:
5254
skip-existing: true
53-
repository-url: https://test.pypi.org/legacy/
5455
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)