Skip to content

Commit 4d6fa7c

Browse files
committed
Switch to gitflow and ruff.
1 parent 8fdbc43 commit 4d6fa7c

File tree

3 files changed

+660
-1032
lines changed

3 files changed

+660
-1032
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v4
1717
with:
18-
python-version: "3.9"
18+
python-version: "3.11"
1919
- name: Install deps
2020
run: poetry install
21+
- name: Set verison
22+
run: poetry version "${{ github.ref_name }}"
2123
- name: Release package
2224
env:
2325
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)