Skip to content

Commit

Permalink
test fix for CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Jul 31, 2023
1 parent 434d470 commit 1adfff9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ jobs:
- name: Build Debian/Apt sdist_dsc
run: |
python3 -m pip install .
rm -Rf deb_dist/*
python3 setup.py --command-packages=stdeb.command sdist_dsc
- name: Build Debian/Apt bdist_deb
run: |
python3 -m pip install .
export REPO_NAME=$(echo ${{ github.repository }} | awk -F"/" '{print $2}')
python3 setup.py --command-packages=stdeb.command bdist_deb
ls -al deb_dist/
Expand Down
2 changes: 1 addition & 1 deletion lincot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
:source: <https://github.com/snstac/lincot>
"""

__version__ = "1.0.2-beta4"
__version__ = "1.0.2-beta5"
__author__ = "Greg Albrecht <gba@snstac.com>"
__copyright__ = "Copyright 2023 Sensors & Signals LLC"
__license__ = "Apache License, Version 2.0"
Expand Down

0 comments on commit 1adfff9

Please sign in to comment.