Skip to content

Commit 28f2236

Browse files
committed
Updated dependencies.
1 parent 2afda26 commit 28f2236

File tree

7 files changed

+337
-458
lines changed

7 files changed

+337
-458
lines changed

.flake8

Lines changed: 0 additions & 125 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Release python package
22

33
on:
4-
push:
5-
tags:
6-
- "*"
4+
release:
5+
types:
6+
- released
77

88
jobs:
99
deploy:
@@ -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 version
22+
run: poetry version "${{ github.ref_name }}"
2123
- name: Release package
2224
env:
2325
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424

2525
- id: ruff
2626
name: Run ruff lints
27-
entry: poetry run ruff
27+
entry: poetry run ruff check
2828
language: system
2929
pass_filenames: false
3030
types: [python]

0 commit comments

Comments
 (0)