mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2026-06-20 09:56:51 +00:00
Compare commits
1 Commits
0d83cf66b0
...
3fe9a6e46e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3fe9a6e46e |
2
.github/workflows/python.yaml
vendored
2
.github/workflows/python.yaml
vendored
@ -23,8 +23,6 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
persist-credentials: false
|
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
|
|||||||
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -21,7 +21,6 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
persist-credentials: false
|
|
||||||
- id: validate
|
- id: validate
|
||||||
env:
|
env:
|
||||||
RELEASE_VERSION: ${{ inputs.releaseVersion }}
|
RELEASE_VERSION: ${{ inputs.releaseVersion }}
|
||||||
@ -45,8 +44,6 @@ jobs:
|
|||||||
packages: ${{ steps.packages.outputs.packages }}
|
packages: ${{ steps.packages.outputs.packages }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
persist-credentials: false
|
|
||||||
- id: packages
|
- id: packages
|
||||||
run: |
|
run: |
|
||||||
shopt -s nullglob
|
shopt -s nullglob
|
||||||
@ -83,7 +80,6 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: main
|
ref: main
|
||||||
persist-credentials: false
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user