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 18a22c1 commit ccf8e22
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 @@ -32,7 +32,7 @@ jobs:
- Params
with:
package: ${{ fromJson(needs.Params.outputs.params).package }}
pyver: ${{ fromJson(needs.Params.outputs.params).pyver }}
python_version: ${{ fromJson(needs.Params.outputs.params).python_version }}
artifact: ${{ fromJson(needs.Params.outputs.params).artifacts.typing }}

Release:
Expand All @@ -50,7 +50,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 @@ -61,7 +61,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 All @@ -71,7 +71,7 @@ jobs:
needs:
- Params
with:
pyver: ${{ fromJson(needs.Params.outputs.params).pyver }}
python_version: ${{ fromJson(needs.Params.outputs.params).python_version }}

BuildTheDocs:
uses: pyTooling/Actions/.github/workflows/BuildTheDocs.yml@dev
Expand Down

0 comments on commit ccf8e22

Please sign in to comment.