Skip to content

use secrets in githubv #39

use secrets in githubv

use secrets in githubv #39

Workflow file for this run

on:
push:
branches-ignore:
- develop
- master
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
jobs:
build-custom-branch:
runs-on: ubuntu-20.04
steps:
- name: checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup python, Lint Code and test
uses: ./.github/actions/setup_lint_and_test
- name: Build and install our repo
uses: ./.github/actions/python-build
- name: Push our build to gemfury
uses: ./.github/actions/upload-wheel