Merge branch 'bugfix/fix_component_upload_issues' into 'master'

fix component upload issues

See merge request idf/esp-modbus!67
This commit is contained in:
Alex Lisitsyn
2024-04-30 22:39:48 +08:00
2 changed files with 4 additions and 3 deletions

View File

@ -106,7 +106,7 @@ after_script:
--manifest-rootpath .
--manifest-file .build-test-rules.yml
# delete all other build artifacts, except esp32
- echo "delete build folders:" $(find . -type d -regex '^\./.*build_esp32[a-z]+[0-9]+[_a-z]*' -print -exec rm -rf {} +)
- echo "Delete build folders:" $(find . -type d -regex '^\./.*build_esp32[a-z]+[0-9]+[_a-z]*' -print -exec rm -rf {} +)
variables:
TEST_TARGETS: "esp32"
@ -264,4 +264,5 @@ upload_to_component_manager:
script:
- pip install idf-component-manager
- export IDF_COMPONENT_API_TOKEN=${ESP_MODBUS_API_KEY}
- python -m idf_component_manager upload-component --allow-existing --name=esp-modbus --namespace=espressif
- compote component upload --namespace=espressif --name=esp-modbus --allow-existing

View File

@ -1,4 +1,4 @@
version: "1.0.14"
version: "1.0.15"
description: ESP-MODBUS is the official Modbus library for Espressif SoCs.
url: https://github.com/espressif/esp-modbus
dependencies: