mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2026-02-04 10:56:51 +00:00
Compare commits
5 Commits
7b3130eb34
...
4bfe4fcbad
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4bfe4fcbad | ||
|
|
60db2d5aca | ||
|
|
212cf75d86 | ||
|
|
f81dc9846f | ||
|
|
0f43b1b7eb |
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
@ -5,6 +5,7 @@ on:
|
|||||||
releaseVersion:
|
releaseVersion:
|
||||||
description: 'The target version you want to update and release'
|
description: 'The target version you want to update and release'
|
||||||
required: true
|
required: true
|
||||||
|
type: string
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
set-package-matrix:
|
set-package-matrix:
|
||||||
@ -46,7 +47,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 +66,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 }}
|
||||||
|
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@ -64,3 +64,4 @@ target/
|
|||||||
|
|
||||||
#Ipython Notebook
|
#Ipython Notebook
|
||||||
.ipynb_checkpoints
|
.ipynb_checkpoints
|
||||||
|
.idea
|
||||||
Loading…
Reference in New Issue
Block a user