We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a03ecea commit 8bb3f85Copy full SHA for 8bb3f85
.github/workflows/python-publish.yml
@@ -6,13 +6,14 @@
6
# separate terms of service, privacy policy, and support
7
# documentation.
8
9
-name: Upload GPU Python Package
+name: Upload Python Package
10
11
on:
12
+ workflow_dispatch:
13
push:
14
# Pattern matched against refs/tags
15
tags:
- - 'gpu-v*' # Push events to every version tag
16
+ - 'v*' # Push events to every version tag
17
18
jobs:
19
deploy:
@@ -35,4 +36,4 @@ jobs:
35
36
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
37
with:
38
user: __token__
- password: ${{ secrets.PYPI_API_TOKEN }}
39
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments