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 1adfff9 commit c0893f7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@ 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-beta5"
__version__ = "1.0.2-beta6"
__author__ = "Greg Albrecht <gba@snstac.com>"
__copyright__ = "Copyright 2023 Sensors & Signals LLC"
__license__ = "Apache License, Version 2.0"
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ console_scripts =


[options]
packages = lincot
python_requires = >=3.6, <4
install_requires =
pytak >= 5.4.0
Expand Down

0 comments on commit c0893f7

Please sign in to comment.