Skip to content

Commit

Permalink
ci: 'pyver' renamed to 'python_version'
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Nov 29, 2021
1 parent 1a7a369 commit 95e65bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
needs:
- Params
with:
pyver: ${{ fromJson(needs.Params.outputs.params).pyver }}
python_version: ${{ fromJson(needs.Params.outputs.params).python_version }}
artifact: ${{ fromJson(needs.Params.outputs.params).artifacts.coverage }}
secrets:
codacy_token: ${{ secrets.CODACY_PROJECT_TOKEN }}
Expand All @@ -40,7 +40,7 @@ jobs:
- Params
- Coverage
with:
pyver: ${{ fromJson(needs.Params.outputs.params).pyver }}
python_version: ${{ fromJson(needs.Params.outputs.params).python_version }}
artifact: ${{ fromJson(needs.Params.outputs.params).artifacts.wheel }}

PublishOnPyPI:
Expand All @@ -51,7 +51,7 @@ jobs:
- Release
- Package
with:
pyver: ${{ fromJson(needs.Params.outputs.params).pyver }}
python_version: ${{ fromJson(needs.Params.outputs.params).python_version }}
artifact: ${{ fromJson(needs.Params.outputs.params).artifacts.wheel }}
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit 95e65bd

Please sign in to comment.