This is an automated email from the ASF dual-hosted git repository. jmalkin pushed a commit to branch 5.0.x-patch in repository https://gitbox.apache.org/repos/asf/datasketches-python.git
commit df73ee7bb545d5aac9ba38063557294315265ce5 Author: Jon Malkin <[email protected]> AuthorDate: Wed Feb 7 18:02:06 2024 -0800 bump versions for source artifact --- .github/workflows/build_wheels.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 7a6704c..c41dbc2 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -12,9 +12,9 @@ jobs: name: Source distribution runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 name: Install Python with: python-version: '3.x' @@ -25,9 +25,11 @@ jobs: - name: Build sdist run: python -m build --sdist --outdir dist - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: path: dist/*.tar.gz + compression-level: 0 # contents are already compressed + build_wheels: name: ${{ matrix.config.name }} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
