Skip to content

Commit

Permalink
Update build script for writing _version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcarbone committed Mar 1, 2024
1 parent e19efc8 commit ea3b684
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build_project.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash

pip install flit~=3.7
echo "__version__ = '$(dunamai from any --style=pep440 --no-metadata)'" >gpax/_version.py
flit build

0 comments on commit ea3b684

Please sign in to comment.