Skip to content

Commit

Permalink
fix: ci steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Lash-L committed Dec 8, 2023
1 parent b627196 commit 343771a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
release:
runs-on: ubuntu-latest
environment: release
if: github.ref == 'refs/heads/main'
needs:
- test

Expand All @@ -74,6 +73,7 @@ jobs:
# - Publish to PyPI
- name: Python Semantic Release
uses: relekang/python-semantic-release@v7.34.6
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GH_TOKEN }}
repository_username: __token__
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
rev: 23.11.0
hooks:
- id: black
language_version: python3.11
language_version: python3.10
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks:
Expand Down

0 comments on commit 343771a

Please sign in to comment.