diff --git a/.github/workflows/build_dist.yml b/.github/workflows/build_dist.yml index b38968d..1e815c1 100644 --- a/.github/workflows/build_dist.yml +++ b/.github/workflows/build_dist.yml @@ -33,7 +33,7 @@ jobs: - name: Save sdist uses: actions/upload-artifact@v4 with: - name: cibw-sdist + name: cibw-sdist.tar.gz path: dist/*.tar.gz wheels: @@ -80,7 +80,7 @@ jobs: - name: Save wheels uses: actions/upload-artifact@v4 with: - name: cibw-wheels-${{ strategy.job-index }} + name: cibw-wheels-${{ strategy.job-index }}.whl path: wheelhouse/*.whl upload_pypi: @@ -96,4 +96,4 @@ jobs: - uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.PYPI_API_TOKEN }} - skip_existing: true + skip-existing: true