Skip to content

Commit

Permalink
hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
valerioponte committed Mar 9, 2023
1 parent 1300004 commit 256f95e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/_publish.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
name: (internal) - Publish

on:
workflow_call:
inputs:
package-name:
required: true
type: string
workflow_call:
secrets:
PYPI_API_KEY:
required: true
Expand All @@ -15,7 +11,7 @@ jobs:
name: Check Release
runs-on: ubuntu-18.04
outputs:
module: ${{ inputs.package-name }}
package: ${{ steps.step1.outputs.package }}
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -38,7 +34,7 @@ jobs:
publish-python-gems:
name: Publish to Python Package Index
if: needs.check-release.outputs.module != 0
if: needs.check-release.outputs.package != 0
runs-on: ubuntu-18.04
needs: check-release
steps:
Expand Down

0 comments on commit 256f95e

Please sign in to comment.