Skip to content

Commit

Permalink
Clean and prepare for release (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 authored Jan 28, 2024
1 parent 1ada010 commit 8124ad8
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 137 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Python 3.11
- name: Set up Python 3.12
id: setup-python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
- name: Set up Poetry
uses: Gr1N/setup-poetry@v8
- name: Cache Poetry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Release New Version
uses: ncipollo/release-action@v1
with:
bodyFile: "changelog.md"
body: "https://github.com/transprogrammer/rodhaj/compare/${{ steps.tag_version.outputs.tag }}...${{ steps.tag_version.outputs.new_tag }}"
token: ${{ secrets.PAT_TOKEN }}
tag: ${{ steps.tag_version.outputs.new_tag }}
name: ${{ steps.tag_version.outputs.new_tag }}
Empty file removed changelog.md
Empty file.
57 changes: 0 additions & 57 deletions dm_comms.py

This file was deleted.

Loading

0 comments on commit 8124ad8

Please sign in to comment.