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 60c081c commit c451c06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
release:
needs: build-and-test
if: startsWith(github.ref, 'refs/tags/')
runs-on: macos-latest
steps:
- name: Checkout code
Expand All @@ -47,7 +46,6 @@ jobs:

build-and-publish:
needs: release
if: startsWith(github.ref, 'refs/tags/')
runs-on: macos-latest
steps:
- name: Checkout code
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.88"
__version__ = "0.0.89"
__author__ = "Rawand Ahmed Shaswar"
__license__ = "MIT"

0 comments on commit c451c06

Please sign in to comment.