Skip to content

Commit

Permalink
ci: Upgrade actions for build job
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Nov 11, 2024
1 parent 1f18ed1 commit c089b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
name: Build package and upload to PyPI
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build and publish
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
env:
Expand Down

0 comments on commit c089b29

Please sign in to comment.