Skip to content

Commit

Permalink
* split steps
Browse files Browse the repository at this point in the history
Signed-off-by: apetrynet <[email protected]>
  • Loading branch information
apetrynet committed Aug 29, 2024
1 parent 51558fa commit f100c63
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/test_pyfdl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: pypa/hatch@install
- run: hatch test -py ${{ matrix.python-version }}

upload_artifacts:
build_package:
needs: test_pyfdl
runs-on: "ubuntu-latest"
steps:
Expand All @@ -43,6 +43,17 @@ jobs:
name: Build packages
- run: hatch build -c -t sdist -t wheel

upload_artifacts:
needs: build_package
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4

- name: setup python
uses: actions/setup-python@v5
with:
python-version: "3.11"

- uses: actions/upload-artifact@v4
name: Upload wheel
with:
Expand Down

0 comments on commit f100c63

Please sign in to comment.