Skip to content

Commit

Permalink
ci: build only sdist version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-v4s committed Aug 7, 2024
1 parent bdba2d2 commit fba5d3d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/reusable-buld.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: poetry install

- name: Build python package
run: poetry build
run: poetry build -f sdist

- uses: actions/upload-artifact@v4
id: upload-sdist
Expand All @@ -31,11 +31,11 @@ jobs:
retention-days: 3
if-no-files-found: error

- uses: actions/upload-artifact@v4
id: upload-wheel
name: Upload wheel
with:
name: python-package-wheel
path: dist/qualibrate-*.whl
retention-days: 3
if-no-files-found: error
# - uses: actions/upload-artifact@v4
# id: upload-wheel
# name: Upload wheel
# with:
# name: python-package-wheel
# path: dist/qualibrate-*.whl
# retention-days: 3
# if-no-files-found: error

0 comments on commit fba5d3d

Please sign in to comment.