Skip to content

Commit

Permalink
chore: testing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Mar 13, 2024
1 parent b36c6ac commit 2a901b3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/publish-release-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,18 @@ jobs:
with:
args: push --source https://push.chocolatey.org/

build-snap-binaries:
name: Build and Upload Binaries
if: ${{ github.event_name == 'workflow_dispatch' && inputs.do_snap && inputs.release != '' }}
uses: ./.github/workflows/build-binaries.yaml
with:
production_release: "true"
python_version: "3.12"
secrets: inherit

publish-snap:
runs-on: ubuntu-latest
needs: build-snap-binaries
if: ${{ inputs.do_snap }}

steps:
Expand Down

0 comments on commit 2a901b3

Please sign in to comment.