From b6ec22d61d22a9373140d1fea4a42d29a865eaa9 Mon Sep 17 00:00:00 2001 From: CodeByMrFinchum Date: Wed, 5 Feb 2025 15:09:05 +0100 Subject: [PATCH] fix: Fixed pipeline --- .gitlab-ci.yml | 2 +- CHANGELOG.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9e7e0c..ba2d7d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,7 +50,7 @@ publish: artifacts: true script: - python3 -m pip install twine - - python3 -m twine upload dist/* + - python3 -m twine upload src/dist/* create_tag: extends: .git:create_tag diff --git a/CHANGELOG.md b/CHANGELOG.md index 26b7fa7..1b1feea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## 0.11.0: Refactor and Patches +## 0.11.x +### 0.11.1: Fixed pipeline +- Fixed pipeline publish error + +### 0.11.0: Refactor and Patches - Fixed an issue with the updater: The updater window wouldn't start if the `updater_log.json` file was missing or lacked a valid last `time.time()` float value. - Corrected layout issues in the preview window, repositioning elements to their proper places. - Added an application icon (may not work on all desktop environments).