Skip to content

Commit

Permalink
Add version to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Babicaa committed Jun 27, 2023
1 parent b6f5ba5 commit 2e6283f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
long_description = readme.read()

version = os.getenv('GITHUB_REF', '0.0.0')

setup(
name='std_daq_service',
packages=['std_daq_service'],
version=version,
install_requires=[
'std-buffer',
'pyzmq',
Expand Down

0 comments on commit 2e6283f

Please sign in to comment.