Skip to content

Commit

Permalink
Modernise publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
astrojuanlu authored Jul 1, 2024
1 parent a9b57a6 commit eb1ea52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions template/.github/workflows/publish.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
id-token: write
contents: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: '3.7'
- name: Install build dependencies
run: python -m pip install build
- name: Build package
Expand Down

0 comments on commit eb1ea52

Please sign in to comment.