mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2025-12-06 07:55:31 +00:00
simplify input var reference
This commit is contained in:
parent
3d9034a1f5
commit
0f43b1b7eb
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@ -46,7 +46,7 @@ jobs:
|
|||||||
pip install setuptools wheel build
|
pip install setuptools wheel build
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
echo ${{ github.event.inputs.releaseVersion }} >> ${{ matrix.package-name }}/.version
|
echo ${{ inputs.releaseVersion }} >> ${{ matrix.package-name }}/.version
|
||||||
cp LICENSE NOTICE ${{ matrix.package-name }}/
|
cp LICENSE NOTICE ${{ matrix.package-name }}/
|
||||||
python -m build ${{ matrix.package-name }} --outdir dist/
|
python -m build ${{ matrix.package-name }} --outdir dist/
|
||||||
- name: Publish
|
- name: Publish
|
||||||
@ -65,6 +65,6 @@ jobs:
|
|||||||
git config user.name "API Team"
|
git config user.name "API Team"
|
||||||
git config user.email "api-team@thousandeyes.com"
|
git config user.email "api-team@thousandeyes.com"
|
||||||
|
|
||||||
git tag ${{ github.event.inputs.releaseVersion }}
|
git tag ${{ inputs.releaseVersion }}
|
||||||
git push origin ${{ github.event.inputs.releaseVersion }}
|
git push origin ${{ inputs.releaseVersion }}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user