summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2022-02-21 16:09:30 -0500
committerGitHub <noreply@github.com>2022-02-22 05:09:30 +0800
commit5aad2bd577733456b42c34a63c6c3e58dcf185c9 (patch)
treec98e387a8fdfddd3bf2ed3fb04bdf1adf5eb1190
parent742723a99e20412c861794c7a81b55f66637ccd5 (diff)
downloadpy-bcrypt-git-5aad2bd577733456b42c34a63c6c3e58dcf185c9.tar.gz
Don't require version in wheel builder (#295)
-rw-r--r--.github/workflows/wheel-builder.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml
index 704b791..2b4c99a 100644
--- a/.github/workflows/wheel-builder.yml
+++ b/.github/workflows/wheel-builder.yml
@@ -6,7 +6,7 @@ on:
inputs:
version:
description: The version to build
- required: true
+ required: false
jobs: