Compare commits

..

No commits in common. "dba3e1db32026f2130fcda5281e582f88e96fbcb" and "cc979d618b627d5f89a2e9283cea49f4bb9ad730" have entirely different histories.

4 changed files with 3 additions and 9 deletions

View file

@ -26,8 +26,6 @@ jobs:
steps: steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: waylonwalker/hatch-version-action@v3 - uses: waylonwalker/hatch-version-action@v1
with: with:
before-command: "test-lint" before-command: "test-lint"
env:
GH_TOKEN: ${{ github.token }}

View file

@ -1,3 +0,0 @@
## Changelog
- implemented v3 support to upload realeases

View file

@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2022-present Waylon S. Walker <waylon@waylonwalker.com> # SPDX-FileCopyrightText: 2022-present Waylon S. Walker <waylon@waylonwalker.com>
# #
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
__version__ = "0.1.1.dev2" __version__ = "0.1.0.dev10"

View file

@ -89,4 +89,3 @@ exclude_lines = [
[tool.isort] [tool.isort]
profile = "black" profile = "black"
known_third_party = [] known_third_party = []