Skip to content

Commit

Permalink
Update publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc authored Oct 16, 2024
1 parent 33b892e commit 0be98f0
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 0be98f0

Please sign in to comment.