Skip to content

Commit 6882053

Browse files
committed
Removing unneeded command breaking build
1 parent 85a9cd2 commit 6882053

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/pr-preview.yml

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install -e .
2524
pip install hatchling==1.27.0 hatch==1.14.0 hatch-vcs==0.4.0
2625
2726
- name: Inject full dynamic version

.github/workflows/release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install -e .
2524
pip install hatchling==1.27.0 hatch==1.14.0 hatch-vcs==0.4.0
2625
2726
- name: Get Version

socketsecurity/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__author__ = 'socket.dev'
2-
__version__ = '2.0.22'
2+
__version__ = '2.0.23'

0 commit comments

Comments
 (0)