|
@ -3,7 +3,7 @@ name: Publish |
|
|
on: |
|
|
on: |
|
|
push: |
|
|
push: |
|
|
tags: |
|
|
tags: |
|
|
- 'v*' |
|
|
|
|
|
|
|
|
- "v*" |
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
publish: |
|
|
publish: |
|
@ -11,7 +11,7 @@ jobs: |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v3 |
|
|
- uses: actions/checkout@v3 |
|
|
with: |
|
|
with: |
|
|
fetch-depth: '0' |
|
|
|
|
|
|
|
|
fetch-depth: "0" |
|
|
- name: Set up Python 3.10 |
|
|
- name: Set up Python 3.10 |
|
|
uses: actions/setup-python@v3 |
|
|
uses: actions/setup-python@v3 |
|
|
with: |
|
|
with: |
|
|