Skip to content

Commit

Permalink
Disable sdist in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
quackzar committed Sep 27, 2024
1 parent 7ff0f6e commit 1b5c6b3
Showing 1 changed file with 19 additions and 15 deletions.
34 changes: 19 additions & 15 deletions .github/workflows/pyo3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,22 +139,26 @@ jobs:
name: wheels-macos-${{ matrix.platform.target }}
path: pycare/dist

sdist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build sdist
uses: PyO3/maturin-action@v1
with:
command: sdist
args: --out dist
working-directory: pycare
- name: Upload sdist
uses: actions/upload-artifact@v4
with:
name: wheels-sdist
path: pycare/dist
# FIX: broken due to something about the readme being added twice.
#
# sdist:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - name: Build sdist
# uses: PyO3/maturin-action@v1
# with:
# command: sdist
# args: --out dist
# working-directory: pycare
# - name: Upload sdist
# uses: actions/upload-artifact@v4
# with:
# name: wheels-sdist
# path: pycare/dist

# NOTE: Too early to do real releases
#
# release:
# name: Release
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 1b5c6b3

Please sign in to comment.