Skip to content

Commit

Permalink
PyPi: Fixed wrong hatch install
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Pedersen <[email protected]>
  • Loading branch information
CTXz committed Jun 22, 2024
1 parent a2123a3 commit 47e9b45
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
build:
runs-on: ubuntu-latest

environment: release
permissions:
id-token: write

steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -22,8 +26,10 @@ jobs:
python-version: '3.8'

- name: Install build dependencies
run: pip install hatchling

run: |
python -m pip install --upgrade pip
pip install hatch
- name: Build the package
run: hatch build

Expand Down

0 comments on commit 47e9b45

Please sign in to comment.