Skip to content

Commit

Permalink
ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorgedavyd committed Nov 17, 2024
1 parent e028f9f commit 55f5c94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion corkit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.0.1731770678"
__version__ = "{{VERSION_PLACEHOLDER}}"
__author__ = "Jorgedavyd"
__email__ = "jorged.encyso@gmail.com"
2 changes: 0 additions & 2 deletions scripts/requirements.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash
python3 -m pip install --upgrade pip
pip3 install pytest black
VERSION="0.0.$(date +%s)"
sed -i "s/{{VERSION_PLACEHOLDER}}/$VERSION/" corkit/__init__.py
pip install --no-build-isolation -e .
python3 update.py

0 comments on commit 55f5c94

Please sign in to comment.