You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2021/08/25 23:58:59 UTC

[datasketches-cpp] branch pypi_prep updated: try slightly different structure

This is an automated email from the ASF dual-hosted git repository.

jmalkin pushed a commit to branch pypi_prep
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git


The following commit(s) were added to refs/heads/pypi_prep by this push:
     new 1e4cfd3  try slightly different structure
1e4cfd3 is described below

commit 1e4cfd3be0269ffde3d4bd4e01a5b7b76fa677bf
Author: Jon Malkin <jm...@users.noreply.github.com>
AuthorDate: Wed Aug 25 16:58:44 2021 -0700

    try slightly different structure
---
 .github/workflows/build_wheels.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index 2708cea..42c67e0 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -1,19 +1,19 @@
 name: Build Python Wheels
 
 on:
+  # allow manual runs
+  workflow_dispatch:
   # run when we tag a release
   release:
     types:
       - "created"
-  # also allow manual runs
-  workflow_dispatch:
 
 env:
   BUILD_TYPE: Release
 
 jobs:
   build_wheels:
-    name: Build wheels on ${{ matrix.config.name }}
+    name: ${{ matrix.config.name }}
     runs-on: ${{ matrix.config.os }}
     strategy:
       fail-fast: false

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org