Add PyPI publication for 0.12

This commit is contained in:
Cyber MacGeddon 2024-10-04 16:25:36 +01:00
parent a3609f03c2
commit b68cfaf265

View file

@ -4,8 +4,8 @@ name: Build
on: on:
workflow_dispatch: workflow_dispatch:
push: push:
# branches: branches:
# - - release/v0.12
permissions: permissions:
contents: read contents: read
@ -17,6 +17,8 @@ jobs:
name: Build everything name: Build everything
runs-on: ubuntu-latest runs-on: ubuntu-latest
environment:
name: release
steps: steps:
@ -45,3 +47,6 @@ jobs:
- name: Build container - name: Build container
run: make container run: make container
- name: Publish release distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1