Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
NoureldinYosri committed Sep 11, 2024
1 parent f7f0941 commit 7c1f89f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- ci_workflows

permissions:
contents: read
Expand All @@ -29,7 +30,7 @@ jobs:
- name: Build package
env:
TypedUnits_RELEASE_VERSION: "$(python _version.py).dev$(date '+%Y%m%d%H%M%S')"
TypedUnits_RELEASE_VERSION: ${{ "$(python _version.py).dev$(date '+%Y%m%d%H%M%S')" }}
run: python -m build

- name: Repair Wheel
Expand Down

0 comments on commit 7c1f89f

Please sign in to comment.