Skip to content

Commit

Permalink
New manual CI job for creating a release
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed May 2, 2023
1 parent 5304f65 commit fb2d41a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/manual_release.yml
@@ -0,0 +1,19 @@
name: Release a branch or target with the given version

on:
workflow_dispatch:
inputs:
RELEASE_VERSION:
description: 'Release Version Number (Must match Cargo.toml)'
type: string
required: true

jobs:

publish-wheels:
name: 'Publish Wheels'
runs-on: ubuntu-latest
steps:
- name: publish
run: |
echo "TODO: jleibs"

0 comments on commit fb2d41a

Please sign in to comment.