Skip to content

Commit

Permalink
fix sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Jun 10, 2024
1 parent 9ec687b commit 37120d6
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 37120d6

Please sign in to comment.