Skip to content

Commit 8bb3f85

Browse files
committed
sync publih with main
1 parent a03ecea commit 8bb3f85

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66
# separate terms of service, privacy policy, and support
77
# documentation.
88

9-
name: Upload GPU Python Package
9+
name: Upload Python Package
1010

1111
on:
12+
workflow_dispatch:
1213
push:
1314
# Pattern matched against refs/tags
1415
tags:
15-
- 'gpu-v*' # Push events to every version tag
16+
- 'v*' # Push events to every version tag
1617

1718
jobs:
1819
deploy:
@@ -35,4 +36,4 @@ jobs:
3536
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
3637
with:
3738
user: __token__
38-
password: ${{ secrets.PYPI_API_TOKEN }}
39+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)