Skip to content

Commit

Permalink
Update deploy-pure-python.yml
Browse files Browse the repository at this point in the history
updated version checkout
  • Loading branch information
BalzaniEdoardo authored Jan 23, 2025
1 parent 913bc20 commit 413ebf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-pure-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Build and test package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# this is necessary for setuptools_scm to work properly with github
# actions, see https://github.com/pypa/setuptools_scm/issues/480 and
# https://stackoverflow.com/a/68959339
Expand Down Expand Up @@ -70,4 +70,4 @@ jobs:
name: artifact
path: dist
- name: Publish package to pypi
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 413ebf0

Please sign in to comment.