Skip to content

Commit

Permalink
use timestamp as version number for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
frjcomp committed Mar 5, 2024
1 parent c273192 commit c19297b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipy_test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
pip install wheel
- name: Update version in setup.py
run: >-
sed -i "s/{{VERSION_PLACEHOLDER}}/main/g" setup.py
sed -i "s/{{VERSION_PLACEHOLDER}}/`date +%s`/g" setup.py
- name: Build a binary wheel
run: >-
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit c19297b

Please sign in to comment.