Skip to content

Commit 368e5ba

Browse files
author
marci
committed
2 parents 2759ddb + 63a9beb commit 368e5ba

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,9 @@ jobs:
262262
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
263263
permissions:
264264
contents: write
265+
pull-requests: write
266+
issues: write
267+
repository-projects: write
265268

266269
steps:
267270
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bash-script-maker"
7-
dynamic = ["version"]
7+
version = "1.1.0"
88
description = "Ein GUI-Programm zur Erstellung von Bash-Scripts mit visueller Unterstützung"
99
readme = "README.md"
1010
license = "MIT"
@@ -60,8 +60,7 @@ py-modules = ["bash_script_maker", "syntax_highlighter"]
6060
include-package-data = true
6161
zip-safe = false
6262

63-
[tool.setuptools.dynamic]
64-
version = {file = "VERSION"}
63+
6564

6665
[tool.pytest.ini_options]
6766
minversion = "6.0"
@@ -84,7 +83,7 @@ exclude_lines = [
8483
]
8584

8685
[tool.semantic_release]
87-
version_variable = "VERSION"
86+
version_toml = ["pyproject.toml:project.version"]
8887
upload_to_release = true
8988
upload_to_pypi = false
9089
branch = "main"

0 commit comments

Comments
 (0)