Skip to content

Commit 317da71

Browse files
committed
test pypi only manual
1 parent 11ab92e commit 317da71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-dev-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: TestPyPi
33

44
on:
55
workflow_dispatch:
6-
push:
7-
tags:
8-
- "v*"
6+
# push:
7+
# tags:
8+
# - "v*"
99

1010
concurrency:
1111
group: ${{ github.ref }}-${{ github.workflow }}
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
build:
17-
if: ${{ startsWith(github.event.head_commit.message, 'v') }}
17+
# if: ${{ startsWith(github.event.head_commit.message, 'v') }}
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)