Skip to content

Commit

Permalink
chore: fix pypi release action
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Dec 10, 2023
1 parent a2543b9 commit 3ffc950
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ permissions:

on:
push:
tags:
- "1.*"

jobs:
build:
Expand Down Expand Up @@ -50,5 +52,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip-existing: true
repository-url: https://test.pypi.org/legacy/
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 3ffc950

Please sign in to comment.