Skip to content

Commit

Permalink
Fix for GH Action publishing issue (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeweiss authored Nov 25, 2023
1 parent c34e28c commit fc827c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |
pytest
pytest -m "not omit_during_ghactions"
deploy:
runs-on: ubuntu-latest
needs: [test]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exclude = [

[project]
name = "birdnetlib"
version = "0.12.2"
version = "0.12.3"
authors = [
{ name="Joe Weiss", email="joe.weiss@gmail.com" },
]
Expand Down

0 comments on commit fc827c3

Please sign in to comment.