Skip to content

Commit

Permalink
Merge pull request #340 from ocefpaf/fix_sdist_built
Browse files Browse the repository at this point in the history
Fix sdist builds
  • Loading branch information
jswhit authored Jun 14, 2024
2 parents 9ec687b + 37120d6 commit 8a08443
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 50 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,11 @@ jobs:

build_sdist:
name: Build source distribution
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Build sdist
run: >
Expand All @@ -91,7 +93,8 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: dist/*.tar.gz
name: pypi-artifacts
path: ${{ github.workspace }}/dist/*.tar.gz

show-artifacts:
needs: [build_bdist, build_sdist]
Expand Down
48 changes: 0 additions & 48 deletions .github/workflows/publish.yml

This file was deleted.

0 comments on commit 8a08443

Please sign in to comment.