Skip to content

Commit

Permalink
fix workflow bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
rawandahmad698 committed Jan 6, 2024
1 parent e0bf5e7 commit d89ce37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
release:
needs: build-and-test
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v2

Expand All @@ -52,7 +52,7 @@ jobs:
build-and-publish:
needs: release
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v2

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.85"
__version__ = "0.0.86"
__author__ = "Rawand Ahmed Shaswar"
__license__ = "MIT"

0 comments on commit d89ce37

Please sign in to comment.