Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
add workflow to bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Sep 7, 2022
1 parent 12572f3 commit 1972a33
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
workflow_dispatch:
inputs:
version:
required: true
type: string

jobs:
main:
uses: deadsnakes/runbooks/.github/workflows/update.yml@main
with:
dists-json: '["bionic", "focal", "jammy"]'
version: ${{ inputs.version }}
secrets: inherit
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
python3.9
=========

builds are currently supported for:
- bionic
- focal
- jammy

[workflow_run for new release](https://github.com/deadsnakes/python3.9/actions/workflows/main.yml)

0 comments on commit 1972a33

Please sign in to comment.