Skip to content

Commit

Permalink
Merge pull request #6 from qua-platform/remove-ci-wheel-build
Browse files Browse the repository at this point in the history
Remove CI wheel build
  • Loading branch information
maxim-v4s authored Aug 7, 2024
2 parents 9b243ac + fba5d3d commit 1ace99d
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 83 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
Loading

0 comments on commit 1ace99d

Please sign in to comment.