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 7f95c64 commit f14e666Copy full SHA for f14e666
.github/workflows/ci.yaml
@@ -37,3 +37,8 @@ jobs:
37
if: github.event_name == 'push'
38
run: |
39
poetry run codecov --token=${{ secrets.CODECOV_TOKEN }}
40
+ - name: Get version
41
+ id: vars
42
+ run: echo ::set-output name=version::$(cat pyproject.toml)
43
+ - name: Test output
44
+ run: echo ${{ steps.vars.outputs.version }}
0 commit comments