Compare commits
2
Commits
31513a3e3a
...
7efaf367e5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7efaf367e5 | ||
|
|
dc79ffa399 |
@@ -8,10 +8,11 @@ jobs:
|
|||||||
Publish-to-PyPI:
|
Publish-to-PyPI:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
fetch-tags: true
|
- name: Fetch tags
|
||||||
|
run: git fetch --prune --unshallow --tags
|
||||||
|
|
||||||
- name: Configure git
|
- name: Configure git
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user