Skip to content

Commit

Permalink
Fix test pypi pkg naming to include yr.mo.dt.hh.mm (daxa-ai#385)
Browse files Browse the repository at this point in the history
* Fix test pypi pkg naming to include yr.mo.dt.hh.mm

* corrected the version format

---------

Co-authored-by: Sridhar Ramaswamy <[email protected]>
Co-authored-by: Siddheshwar More <[email protected]>
  • Loading branch information
3 people authored May 9, 2024
1 parent e6a996f commit 4caaf59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: "3.11.x"
- name: Install pypa/build
run: |
DATE_TIME=$(date +'%d%m%H%M')
DATE_TIME=$(date +'%Y%m%d%H%M')
PROJECT_FILE_PATH=pyproject.toml
VERSION_FILE=$(grep -m 1 "version =" $PROJECT_FILE_PATH | tr -s ' ' | tr -d '"' | tr -d "'" | cut -d' ' -f3)
VERSION="$VERSION_FILE$DATE_TIME"
Expand Down

0 comments on commit 4caaf59

Please sign in to comment.