Skip to content

Commit 24deeaf

Browse files
authored
Update Dependencies + Add GitHub as Trusted Publisher (#152)
* Update Dependencies + Add GitHub as Trusted Publisher Signed-off-by: Vivek Joshy <8206808+vivekjoshy@users.noreply.github.com> * Add changelog fragment Signed-off-by: Vivek Joshy <8206808+vivekjoshy@users.noreply.github.com> * Update changelog and bump patch version Signed-off-by: Vivek Joshy <8206808+vivekjoshy@users.noreply.github.com> --------- Signed-off-by: Vivek Joshy <8206808+vivekjoshy@users.noreply.github.com>
1 parent 5d9894b commit 24deeaf

File tree

6 files changed

+18
-7
lines changed

6 files changed

+18
-7
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tag = false
77
sign_tags = false
88
tag_name = "v{new_version}"
99
tag_message = "Bump version: {current_version} → {new_version}"
10-
current_version = "6.0.1"
10+
current_version = "6.0.2"
1111
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(\\-(?P<release>[a-z]+)\\.(?P<build>\\d+))?"
1212
serialize = [
1313
"{major}.{minor}.{patch}-{release}.{build}",

.github/workflows/release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
jobs:
99
Release:
1010
runs-on: ubuntu-latest
11+
environment:
12+
name: release
13+
url: https://pypi.org/p/openskill
14+
permissions:
15+
id-token: write
1116

1217
steps:
1318
- name: Checkout code
@@ -47,6 +52,3 @@ jobs:
4752

4853
- name: Publish a Python distribution to PyPI
4954
uses: pypa/gh-action-pypi-publish@release/v1
50-
with:
51-
user: __token__
52-
password: ${{ secrets.PYPI_API_TOKEN }}

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ This file is updated every release since v1.0.0 with the use of towncrier from t
44

55
.. towncrier release notes start
66
7+
Openskill 6.0.2 (2024-12-25)
8+
============================
9+
10+
Bugfixes
11+
--------
12+
13+
- Update Dependencies + Add GitHub as Trusted Publisher (`#152 <https://github.com/vivekjoshy/openskill.py/issues/152>`_)
14+
15+
716
Openskill 6.0.1 (2024-11-02)
817
============================
918

openskill/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
# Metadata
8-
__version__ = "6.0.1"
8+
__version__ = "6.0.2"
99
__author__ = "Vivek Joshy"
1010
__email__ = "vivekjoshy97@gmail.com"
1111
__copyright__ = "Copyright 2023 - 2024, Vivek Joshy"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ strict = true
4242

4343
[project]
4444
name = "openskill"
45-
version = "6.0.1"
45+
version = "6.0.2"
4646
authors = [
4747
{name = "Vivek Joshy", email = "vivekjoshy97@gmail.com"},
4848
]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)