Skip to content

Commit

Permalink
* gha fix
Browse files Browse the repository at this point in the history
Signed-off-by: apetrynet <[email protected]>
  • Loading branch information
apetrynet committed Aug 27, 2024
1 parent 1f86607 commit 342fd7a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test_pyfdl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5

- uses: pypa/hatch@install
name: Build packages
- name: setup python
uses: actions/setup-python@v5

- name: Build packages
uses: pypa/hatch@install
run: hatch build -c -t sdist -t wheel

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 342fd7a

Please sign in to comment.