Skip to content

Commit

Permalink
forgot "steps"
Browse files Browse the repository at this point in the history
  • Loading branch information
sgbaird committed Feb 24, 2022
1 parent 67e5cc4 commit a8b1fa2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
# types: [published]

jobs:
flit-publish-gh-release:
name: Test, Publish to PyPI, and Release on GitHub
manual-release:
name: Release on GitHub
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -20,6 +20,12 @@ jobs:
matrix:
os: [ubuntu-latest] # much slower on Mac and Win, but can use [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.9']

steps:
- name: Checkout source
uses: actions/checkout@v2
with:
submodules: recursive

- name: "Build Changelog" # https://github.com/marketplace/actions/release-changelog-builder
id: build_changelog
Expand Down

0 comments on commit a8b1fa2

Please sign in to comment.