Skip to content

Commit

Permalink
Merge pull request #265 from python-lz4/update-github-actions
Browse files Browse the repository at this point in the history
Update some more github action versions
  • Loading branch information
jonathanunderwood authored Dec 29, 2022
2 parents 4c73dbf + c7c2708 commit b70ebe6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0 # To ensure tags are retrieved to enabe setuptools_scm to work
- name: Install Python 3.x
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Build sdist
run: python setup.py sdist
- name: Save sdist
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
path: dist/*.tar.gz

Expand Down

0 comments on commit b70ebe6

Please sign in to comment.