Compare commits
No commits in common. "dba3e1db32026f2130fcda5281e582f88e96fbcb" and "cc979d618b627d5f89a2e9283cea49f4bb9ad730" have entirely different histories.
dba3e1db32
...
cc979d618b
4 changed files with 3 additions and 9 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -26,8 +26,6 @@ jobs:
|
|||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v3
|
||||
- uses: waylonwalker/hatch-version-action@v3
|
||||
- uses: waylonwalker/hatch-version-action@v1
|
||||
with:
|
||||
before-command: "test-lint"
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
## 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.1.dev2"
|
||||
__version__ = "0.1.0.dev10"
|
||||
|
|
|
|||
|
|
@ -89,4 +89,3 @@ exclude_lines = [
|
|||
[tool.isort]
|
||||
profile = "black"
|
||||
known_third_party = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue