now specifying python version in fpm build
This commit is contained in:
parent
b6c351dd0b
commit
60cfb2669c
2 changed files with 1 additions and 4 deletions
3
.github/workflows/complib-package.yml
vendored
3
.github/workflows/complib-package.yml
vendored
|
@ -16,9 +16,6 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.9"
|
||||
- name: Bump version number
|
||||
uses: paulhatch/semantic-version@v4.0.2
|
||||
id: next_semantic_version
|
||||
|
|
|
@ -14,7 +14,7 @@ echo "Building Package version: $VERSION"
|
|||
# BE CAREFUL TO NOT BUILD IN A PYTHON VENV!
|
||||
|
||||
# be sure to change version if needed!
|
||||
fpm -s python --python-bin python3 --python-pip pip3 --python-package-name-prefix python3 \
|
||||
fpm -s python --python-bin python3.9 --python-package-name-prefix python3 \
|
||||
-m '"Joel Klimont" <joel.klimont@comp-air.at>' \
|
||||
--license 'proprietary' \
|
||||
--description 'Library for robot used in the competition' \
|
||||
|
|
Reference in a new issue