Skip to content

Commit

Permalink
Updated conda build and instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lmickes committed Apr 7, 2024
1 parent eee2b37 commit 548d392
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda/README
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To do for new release/tag:

To do the conda build:
> cd pyWitness/conda
> anaconda login
> anaconda login (look in keychain)
> conda-build -c conda-forge .
> cd ~/opt/miniconda3/conda-bld/
> conda convert --platform all ./osx-arm64/pywitness-v1.0-0.tar.bz2
Expand Down
2 changes: 1 addition & 1 deletion conda/build.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
$PYTHON setup.py install
$PYTHON -m pip install --no-deps .
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package:
name: pywitness
version: 1.4
version: 1.4.1

source:
git_url: https://github.com/lmickes/pyWitness
git_rev: v1.4
git_rev: v1.4.1

build:
preserve_egg_dir: True
Expand Down

0 comments on commit 548d392

Please sign in to comment.