fix: Fixed pipeline

This commit is contained in:
Mr Finchum 2025-02-05 15:09:05 +01:00
parent 0d416aaf8d
commit b6ec22d61d
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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).