Skip to content

Commit 721f12d

Browse files
jkowallecksemantic-release
and
semantic-release
authored
chore: trusted publishing (#795)
fixes #794 --------- Signed-off-by: Jan Kowalleck <[email protected]> Signed-off-by: semantic-release <[email protected]> Co-authored-by: semantic-release <[email protected]>
1 parent bee34c0 commit 721f12d

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
# see https://github.com/pypa/gh-action-pypi-publish
127127
uses: pypa/gh-action-pypi-publish@release/v1
128128
with:
129-
password: ${{ secrets.PYPI_TOKEN }}
129+
attestations: true
130130
- name: Publish package distributions to GitHub Releases
131131
if: |
132132
!failure() && !cancelled() &&

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33

44

5+
## v4.6.1-alpha.1 (2024-09-23)
6+
7+
### Chore
8+
9+
* chore: trusted publishing
10+
11+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`07b5e83`](https://github.com/CycloneDX/cyclonedx-python/commit/07b5e83c18fd3c02f917bca1faa00d42e6665647))
12+
13+
514
## v4.6.0 (2024-09-20)
615

716
### Documentation

cyclonedx_py/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# !! version is managed by `semantic_release`
1919
# do not use typing here, or else `semantic_release` might have issues finding the variable
20-
__version__ = "4.6.0" # noqa:Q000
20+
__version__ = "4.6.1-alpha.1" # noqa:Q000
2121

2222
# There is no stable/public API.
2323
# However, you might call the stable CLI instead, like so:

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
# The full version, including alpha/beta/rc tags
2424
# !! version is managed by semantic_release
25-
release = "4.6.0"
25+
release = "4.6.1-alpha.1"
2626

2727
# -- General configuration ---------------------------------------------------
2828

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
77
[tool.poetry]
88
# keep in sync with `cyclonedx_py/_internal/utils/cdx.py`
99
name = "cyclonedx-bom"
10-
version = "4.6.0"
10+
version = "4.6.1-alpha.1"
1111
description = "CycloneDX Software Bill of Materials (SBOM) generator for Python projects and environments"
1212
authors = [
1313
"Jan Kowalleck <[email protected]>",

0 commit comments

Comments
 (0)