Skip to content

Commit 8124ad8

Browse files
authored
Clean and prepare for release (#63)
1 parent 1ada010 commit 8124ad8

File tree

5 files changed

+80
-137
lines changed

5 files changed

+80
-137
lines changed

.github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
steps:
2424
- name: Checkout Repository
2525
uses: actions/checkout@v4
26-
- name: Set up Python 3.11
26+
- name: Set up Python 3.12
2727
id: setup-python
2828
uses: actions/setup-python@v4
2929
with:
30-
python-version: '3.11'
30+
python-version: '3.12'
3131
- name: Set up Poetry
3232
uses: Gr1N/setup-poetry@v8
3333
- name: Cache Poetry

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Release New Version
2424
uses: ncipollo/release-action@v1
2525
with:
26-
bodyFile: "changelog.md"
26+
body: "https://github.com/transprogrammer/rodhaj/compare/${{ steps.tag_version.outputs.tag }}...${{ steps.tag_version.outputs.new_tag }}"
2727
token: ${{ secrets.PAT_TOKEN }}
2828
tag: ${{ steps.tag_version.outputs.new_tag }}
2929
name: ${{ steps.tag_version.outputs.new_tag }}

changelog.md

Whitespace-only changes.

dm_comms.py

-57
This file was deleted.

0 commit comments

Comments
 (0)