Compare commits
9 commits
cc979d618b
...
dba3e1db32
| Author | SHA1 | Date | |
|---|---|---|---|
| dba3e1db32 | |||
|
|
7e525d6193 | ||
| dff6453b0c | |||
|
|
754728440b | ||
| d8e735cdd8 | |||
|
|
e288594133 | ||
| 3c3b41c6ed | |||
|
|
f9aefec866 | ||
| 85796a21e4 |
4 changed files with 9 additions and 3 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -26,6 +26,8 @@ jobs:
|
|||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v3
|
||||
- uses: waylonwalker/hatch-version-action@v1
|
||||
- uses: waylonwalker/hatch-version-action@v3
|
||||
with:
|
||||
before-command: "test-lint"
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
|
|
|
|||
3
CHANGELOG.md
Normal file
3
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
## Changelog
|
||||
|
||||
- implemented v3 support to upload realeases
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# SPDX-FileCopyrightText: 2022-present Waylon S. Walker <waylon@waylonwalker.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
__version__ = "0.1.0.dev10"
|
||||
__version__ = "0.1.1.dev2"
|
||||
|
|
|
|||
|
|
@ -89,3 +89,4 @@ exclude_lines = [
|
|||
[tool.isort]
|
||||
profile = "black"
|
||||
known_third_party = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue