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:47:04 UTC

[datasketches-cpp] branch pypi_prep updated: run wheel creation when creating a release or when triggered manually

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 a6d8b36  run wheel creation when creating a release or when triggered manually
a6d8b36 is described below

commit a6d8b36212fa85d6e3ff3cc0cdcb6c34a88affec
Author: Jon Malkin <jm...@users.noreply.github.com>
AuthorDate: Wed Aug 25 16:46:45 2021 -0700

    run wheel creation when creating a release or when triggered manually
---
 .github/workflows/build_wheels.yml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index 0893be8..2708cea 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -1,6 +1,12 @@
 name: Build Python Wheels
 
-on: [push, pull_request]
+on:
+  # run when we tag a release
+  release:
+    types:
+      - "created"
+  # also allow manual runs
+  workflow_dispatch:
 
 env:
   BUILD_TYPE: Release

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