Skip to content

Commit

Permalink
Fix some release process issues (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored Jul 1, 2024
1 parent 3faaa6f commit 9122b2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
1 change: 1 addition & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ changelog:
labels:
- "impact-bugfix"
- title: "Documentation 📄"
labels:
- "impact-docs"
- title: "Maintenance 👷‍♀️"
labels:
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,23 +53,6 @@ jobs:
# Necessary to implicitly specify the repo to create the release for.
- uses: actions/checkout@v4

# OS-specific
- uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('release/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: 3.x

- name: Install dependencies
run: python -m pip install -r release/requirements.txt
shell: bash

- name: Create release
run: gh release create ${{ needs.details.outputs.tag }} --draft --generate-notes
shell: bash
Expand Down

0 comments on commit 9122b2d

Please sign in to comment.