Skip to content

Commit

Permalink
Add setup-python to publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc committed Oct 15, 2024
1 parent 450729e commit 268472a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ jobs:
id-token: write
steps:
- name: "Checkout Repository"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Python
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Upgrade Python Build Tools
run: pip install -U build twine
- name: Build distributions
run: python -m build
Expand Down

0 comments on commit 268472a

Please sign in to comment.