Skip to content

Commit

Permalink
update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
codereverser committed Sep 10, 2023
1 parent 7c72db5 commit aaa21fd
Show file tree
Hide file tree
Showing 5 changed files with 251 additions and 61 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
env:
PYPI_TOKEN: ${{ secrets.PYPI_PASSWORD }}
run: |
poetry self add poetry-version-plugin
poetry self add poetry-version-plugin
poetry config pypi-token.pypi $PYPI_TOKEN
poetry publish --build
2 changes: 1 addition & 1 deletion .github/workflows/run-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- name: Test with pytest
run: poetry run pytest
- name: Upload coverage report to codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ repos:
rev: 23.7.0
hooks:
- id: black
language_version: python3.8
Loading

0 comments on commit aaa21fd

Please sign in to comment.