Rename files again #4
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow deploys battery cycler datatypes|cu_manager|db_sync to development environment | |
name: Publish DATATYPES|CU_MANAGER|DB_SYNC package - DEVELOPMENT | |
on: | |
push: | |
branches: | |
- 'datatypes' | |
- 'cu_manager' | |
- 'db_sync' | |
jobs: | |
build-package-on-push: | |
name: QA and Build ${{ vars.PREFIX_PACKAGE_NAME }}${{ github.ref_name }} on push | |
uses: WattRex/System-Tools/.github/workflows/build_python_package.yml@develop | |
with: | |
package-name: ${{ vars.PREFIX_PACKAGE_NAME }}${{ github.ref_name }} | |
package-path: "code/${{ github.ref_name }}" | |
source-path: "code/${{ github.ref_name }}/src/${{ vars.PREFIX_PACKAGE_NAME }}${{ github.ref_name }}" | |
python-version: "3.10" | |
is-test-package: true |