Skip to content

Commit

Permalink
Upgrade release pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseefeld committed Sep 18, 2024
1 parent a3e64cf commit 11d443b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: setup
uses: actions/setup-python@v2
uses: actions/setup-python@v5
- name: build
run: |
python -c "import versioneer as V; print(f'version={V.get_version()}')" >> $GITHUB_ENV
Expand Down

0 comments on commit 11d443b

Please sign in to comment.