Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rawandahmad698 committed Jan 6, 2024
1 parent 5d3ce02 commit 76fd113
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 @@ -28,7 +28,7 @@ jobs:
# Run tests
- name: Run tests
run: |
pytest tests
pytest noble_tls/tests
release:
needs: build-and-test
Expand Down
2 changes: 1 addition & 1 deletion noble_tls/__version__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "Noble TLS"
__description__ = "Advanced TLS/SSL wrapper for Python"
__version__ = "0.0.7"
__version__ = "0.0.8"
__author__ = "Rawand Ahmed Shaswar"
__license__ = "MIT"

0 comments on commit 76fd113

Please sign in to comment.