mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2026-02-04 10:56:51 +00:00
Compare commits
4 Commits
3d9034a1f5
...
60db2d5aca
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
60db2d5aca | ||
|
|
212cf75d86 | ||
|
|
f81dc9846f | ||
|
|
0f43b1b7eb |
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
@ -5,6 +5,7 @@ on:
|
||||
releaseVersion:
|
||||
description: 'The target version you want to update and release'
|
||||
required: true
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
set-package-matrix:
|
||||
@ -46,7 +47,7 @@ jobs:
|
||||
pip install setuptools wheel build
|
||||
- name: Build
|
||||
run: |
|
||||
echo ${{ github.event.inputs.releaseVersion }} >> ${{ matrix.package-name }}/.version
|
||||
echo ${{ inputs.releaseVersion }} >> ${{ matrix.package-name }}/.version
|
||||
cp LICENSE NOTICE ${{ matrix.package-name }}/
|
||||
python -m build ${{ matrix.package-name }} --outdir dist/
|
||||
- name: Publish
|
||||
@ -65,6 +66,6 @@ jobs:
|
||||
git config user.name "API Team"
|
||||
git config user.email "api-team@thousandeyes.com"
|
||||
|
||||
git tag ${{ github.event.inputs.releaseVersion }}
|
||||
git push origin ${{ github.event.inputs.releaseVersion }}
|
||||
git tag ${{ inputs.releaseVersion }}
|
||||
git push origin ${{ inputs.releaseVersion }}
|
||||
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@ -64,3 +64,4 @@ target/
|
||||
|
||||
#Ipython Notebook
|
||||
.ipynb_checkpoints
|
||||
.idea
|
||||
Loading…
Reference in New Issue
Block a user