Skip to content

Commit 209c501

Browse files
committed
CI & CD: update for previous commit.
1 parent 9011dea commit 209c501

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish-pypi-from-ga.yml renamed to .github/workflows/publish-pypi-from-gh.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish wheels(from GH Release)
1+
name: Publish(from GH Release)
22

33
on:
44
workflow_dispatch:
@@ -10,6 +10,7 @@ env:
1010
jobs:
1111
publish:
1212
runs-on: ubuntu-latest
13+
name: Copy from GH to PyPi
1314
steps:
1415
- uses: actions/checkout@v3
1516
- name: Get release info

.github/workflows/test-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Wheels test
33
on:
44
workflow_dispatch:
55
workflow_run:
6-
workflows: [Build & Publish]
6+
workflows: [Build & Publish, Publish(from GH Release)]
77
types:
88
- completed
99

0 commit comments

Comments
 (0)