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 9011dea commit 209c501Copy full SHA for 209c501
…ithub/workflows/publish-pypi-from-ga.yml …ithub/workflows/publish-pypi-from-gh.yml.github/workflows/publish-pypi-from-ga.yml renamed to .github/workflows/publish-pypi-from-gh.yml
@@ -1,4 +1,4 @@
1
-name: Publish wheels(from GH Release)
+name: Publish(from GH Release)
2
3
on:
4
workflow_dispatch:
@@ -10,6 +10,7 @@ env:
10
jobs:
11
publish:
12
runs-on: ubuntu-latest
13
+ name: Copy from GH to PyPi
14
steps:
15
- uses: actions/checkout@v3
16
- name: Get release info
.github/workflows/test-wheels.yml
@@ -3,7 +3,7 @@ name: Wheels test
5
workflow_run:
6
- workflows: [Build & Publish]
+ workflows: [Build & Publish, Publish(from GH Release)]
7
types:
8
- completed
9
0 commit comments