Skip to content

Commit

Permalink
fix publish pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
pkucmus committed Nov 21, 2023
1 parent 58cb151 commit 682f840
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ env.STABLE_PYTHON_VERSION }}
uses: actions/setup-python@v4
with:
python-version: ${{ env.STABLE_PYTHON_VERSION }}
- name: Ensure latest pip and hatch
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 682f840

Please sign in to comment.