Skip to content

chore(release): 26.02.1 #36

chore(release): 26.02.1

chore(release): 26.02.1 #36

Workflow file for this run

name: Publish Python binaries for release
on:
push:
tags:
- '*.*.*'
- '!*-*'
- '!*.*.*a*'
- '!*.*.*b*'
- '!*.*.*rc*'
- '!*.*.*alpha*'
- '!*.*.*beta*'
permissions:
contents: write
packages: write
jobs:
python_build:
uses: ./.github/workflows/python.yml
github_release:
needs: python_build
uses: ./.github/workflows/github.yml
with:
artifact_name: "portabase_*"
prerelease: false
make_latest: true
discord_title: "||@release-cli|| New release published"
discord_color: 5814783
discord_footer: "Portabase"
secrets:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
template_upload:
needs: python_build
uses: ./.github/workflows/templates-upload.yml
with:
version: ${{ github.ref_name }}
is_prerelease: false
secrets:
S3_ENDPOINT: ${{ secrets.S3_ENDPOINT }}
S3_ACCESS_KEY: ${{ secrets.S3_ACCESS_KEY }}
S3_SECRET_KEY: ${{ secrets.S3_SECRET_KEY }}
S3_BUCKET: ${{ secrets.S3_BUCKET }}