Skip to content

chore(deps-dev): bump certifi from 2022.12.7 to 2024.7.4 (#86) #44

chore(deps-dev): bump certifi from 2022.12.7 to 2024.7.4 (#86)

chore(deps-dev): bump certifi from 2022.12.7 to 2024.7.4 (#86) #44

Workflow file for this run

name: Release
on:
push:
branches:
- master
- alpha
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-python@v4
- name: Setup Poetry
uses: snok/install-poetry@v1
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
id: semantic
with:
semantic_version: 18
extra_plugins: |
@semantic-release/changelog@6
@semantic-release/exec
@semantic-release/git@10
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_PAT }}
- name: Build and publish package
if: steps.semantic.outputs.new_release_published == 'true'
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_API_TOKEN }}