Skip to content

Commit

Permalink
Still fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
kvg committed Jan 14, 2024
1 parent aac7e29 commit da76d20
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ jobs:
id: previoustag
uses: "WyriHaximus/github-action-get-previous-tag@v1"

- name: Checkout specific tag
uses: actions/checkout@v2
with:
ref: ${{ steps.previoustag.outputs.tag }}

# - uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -145,6 +150,11 @@ jobs:
id: previoustag
uses: "WyriHaximus/github-action-get-previous-tag@v1"

- name: Checkout specific tag
uses: actions/checkout@v2
with:
ref: ${{ steps.previoustag.outputs.tag }}

# - uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -173,6 +183,11 @@ jobs:
id: previoustag
uses: "WyriHaximus/github-action-get-previous-tag@v1"

- name: Checkout specific tag
uses: actions/checkout@v2
with:
ref: ${{ steps.previoustag.outputs.tag }}

# - uses: actions/checkout@v3
- name: Build sdist
uses: PyO3/maturin-action@v1
Expand Down

0 comments on commit da76d20

Please sign in to comment.