Skip to content

Commit

Permalink
Merge pull request #6 from quantumlib/ci_workflows
Browse files Browse the repository at this point in the history
fix version
  • Loading branch information
NoureldinYosri authored Sep 11, 2024
2 parents f1fb93b + a666a6c commit 2c42ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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 2c42ac0

Please sign in to comment.