Skip to content

Commit

Permalink
Merge pull request #68 from taskiq-python/feature/github-flow
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius authored Aug 18, 2024
2 parents 65a0b6c + 548bdcb commit e507271
Show file tree
Hide file tree
Showing 6 changed files with 438 additions and 513 deletions.
125 changes: 0 additions & 125 deletions .flake8

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: knowsuchagency/poetry-install@v1
env:
POETRY_VIRTUALENVS_CREATE: false
- name: Set version
run: poetry version "${{ github.ref_name }}"
- name: Release package
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Redis instance and Redis cluster
run: docker-compose up -d
run: docker compose up -d
- name: Set up Python
uses: actions/setup-python@v2
with:
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ repos:
pass_filenames: false
types: [python]
args:
- check
- "--fix"
- "taskiq_redis"
- "tests"
Expand Down
Loading

0 comments on commit e507271

Please sign in to comment.