Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
#
# SPDX-License-Identifier: MIT

name: Deploy
name: Publish

on:
release:
types: [published]
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]'

permissions:
contents: read
Expand Down Expand Up @@ -42,7 +43,7 @@ jobs:

environment:
name: pypi
url: https://pypi.org/project/debsbom/${{ github.event.release.name }}
url: https://pypi.org/project/debsbom/${{ github.ref_name }}

steps:
- name: Retrieve release distributions
Expand All @@ -53,8 +54,6 @@ jobs:

- name: Publish release distributions to PyPI
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
with:
packages-dir: dist/

deploy_containers:
name: Build and deploy container images
Expand Down