Skip to content

Commit

Permalink
Add setup-python to publishing workflow (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc authored Oct 15, 2024
1 parent 450729e commit eb07f23
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ 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 eb07f23

Please sign in to comment.