Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PyPI and versioning automation scripts and workflows #1

Merged
merged 2 commits into from
Sep 8, 2022

Conversation

NeonDaniel
Copy link
Member

Add build and license test automation

Add build and license test automation
Update pkg_name in license_tests.py
@JarbasAl JarbasAl merged commit 8477469 into dev Sep 8, 2022
@JarbasAl
Copy link
Member

JarbasAl commented Sep 8, 2022

merged this too soon, setup.py was not updated to read version file or requirements

pip3 install --extra-index-url https://google-coral.github.io/py-repo/ tflite_runtime
- name: Install core repo
run: |
pip install .[audio-backend,mark1,stt,tts,skills_minimal,skills,gui,bus,all]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be pip install .

branches:
- dev
paths-ignore:
- 'ovos_PHAL_plugin_wifi_setup/version.py'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update plugin name here

from os.path import join, dirname


version_file = join(dirname(dirname(__file__)), "ovos_PHAL_plugin_wifi_setup", "version.py")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update plugin name here

from os.path import join, dirname


version_file = join(dirname(dirname(__file__)), "ovos_PHAL_plugin_wifi_setup", "version.py")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update plugin name here

from os.path import join, dirname


version_file = join(dirname(dirname(__file__)), "ovos_PHAL_plugin_wifi_setup", "version.py")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update plugin name here

from os.path import join, dirname


version_file = join(dirname(dirname(__file__)), "ovos_PHAL_plugin_wifi_setup", "version.py")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update plugin name here

from os.path import join, dirname


version_file = join(dirname(dirname(__file__)), "ovos_PHAL_plugin_wifi_setup", "version.py")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update plugin name here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants