fix: Fixed pipeline
This commit is contained in:
parent
0d416aaf8d
commit
b6ec22d61d
2 changed files with 6 additions and 2 deletions
|
@ -50,7 +50,7 @@ publish:
|
||||||
artifacts: true
|
artifacts: true
|
||||||
script:
|
script:
|
||||||
- python3 -m pip install twine
|
- python3 -m pip install twine
|
||||||
- python3 -m twine upload dist/*
|
- python3 -m twine upload src/dist/*
|
||||||
|
|
||||||
create_tag:
|
create_tag:
|
||||||
extends: .git:create_tag
|
extends: .git:create_tag
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
# Changelog
|
# 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.
|
- 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.
|
- Corrected layout issues in the preview window, repositioning elements to their proper places.
|
||||||
- Added an application icon (may not work on all desktop environments).
|
- Added an application icon (may not work on all desktop environments).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue