Skip to content

Commit 256f95e

Browse files
committed
hot fix
1 parent 1300004 commit 256f95e

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/_publish.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
name: (internal) - Publish
22

33
on:
4-
workflow_call:
5-
inputs:
6-
package-name:
7-
required: true
8-
type: string
4+
workflow_call:
95
secrets:
106
PYPI_API_KEY:
117
required: true
@@ -15,7 +11,7 @@ jobs:
1511
name: Check Release
1612
runs-on: ubuntu-18.04
1713
outputs:
18-
module: ${{ inputs.package-name }}
14+
package: ${{ steps.step1.outputs.package }}
1915
steps:
2016
- uses: actions/checkout@v3
2117
with:
@@ -38,7 +34,7 @@ jobs:
3834
3935
publish-python-gems:
4036
name: Publish to Python Package Index
41-
if: needs.check-release.outputs.module != 0
37+
if: needs.check-release.outputs.package != 0
4238
runs-on: ubuntu-18.04
4339
needs: check-release
4440
steps:

0 commit comments

Comments
 (0)