Skip to content

Commit

Permalink
jsnapy 1.3.8 release update
Browse files Browse the repository at this point in the history
  • Loading branch information
chidanandpujar committed Aug 2, 2024
1 parent 9349f99 commit 31aec08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
pip install -r development.txt
python setup.py sdist
ls dist/
cp dist/jsnapy-*.dev0.tar.gz ../
cp dist/jsnapy-*.tar.gz ../
cd ../
tar -xzvf jsnapy-*.dev0.tar.gz
cd jsnapy-*.dev0
tar -xzvf jsnapy-*.tar.gz
cd jsnapy-*
python setup.py install
Expand Down

0 comments on commit 31aec08

Please # to comment.