Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iameskild authored Sep 27, 2023
1 parent f198238 commit c6dc2e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
run: python -m pip install --upgrade pip build

- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true

- name: Create tag
# if present, remove leading `v`
Expand Down Expand Up @@ -77,4 +78,4 @@ jobs:
run: python -m build --sdist --wheel .

- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit c6dc2e0

Please sign in to comment.