diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 62d2fffc2..febe9aa24 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -37,8 +37,7 @@ jobs: --release --out dist -i python${{ matrix.python-version }} - --metadata-only - --manifest-path Cargo.toml + --sdist-extra-meta pyproject.toml sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v4 @@ -70,8 +69,7 @@ jobs: --release --out dist -i python${{ matrix.python-version }} - --metadata-only - --manifest-path Cargo.toml + --sdist-extra-meta pyproject.toml sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v4 @@ -103,8 +101,7 @@ jobs: --release --out dist -i python${{ matrix.python-version }} - --metadata-only - --manifest-path Cargo.toml + --sdist-extra-meta pyproject.toml - name: Install built wheel if: matrix.target == 'x86_64' run: | @@ -263,8 +260,7 @@ jobs: command: sdist args: >- --out dist - --metadata-only - --manifest-path Cargo.toml + --sdist-extra-meta pyproject.toml - name: Upload sdist uses: actions/upload-artifact@v4 with: