Skip to content

Commit

Permalink
Merge pull request #5 from quantumlib/ci_workflows
Browse files Browse the repository at this point in the history
fix prerelease workflow
  • Loading branch information
NoureldinYosri authored Sep 11, 2024
2 parents 24a217c + f7f0941 commit f1fb93b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
pip install build auditwheel patchelf
- name: Build package
run: python -m build
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
run: |
Expand Down

0 comments on commit f1fb93b

Please sign in to comment.