mirror of
https://github.com/ep1cman/unifi-protect-backup.git
synced 2025-12-05 23:53:30 +00:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0d7e540374 | ||
|
|
bb92427997 | ||
|
|
29113aaa4f | ||
|
|
87080b9f17 | ||
|
|
1250f00065 | ||
|
|
551778d077 | ||
|
|
dff9cf3161 | ||
|
|
3f0d21098e |
22
.github/workflows/release.yml
vendored
22
.github/workflows/release.yml
vendored
@@ -37,9 +37,9 @@ jobs:
|
||||
version: ${{ steps.tag_name.outputs.current_version }}
|
||||
path: ./CHANGELOG.md
|
||||
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/setup-python@v5.3.0
|
||||
with:
|
||||
python-version: 3.10
|
||||
python-version: 3.12.8
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
@@ -74,21 +74,3 @@ jobs:
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ghcr.io/${{ github.repository }}:${{ steps.tag_name.outputs.current_version }}, ghcr.io/${{ github.repository }}:latest
|
||||
|
||||
- name: create github release
|
||||
id: create_release
|
||||
uses: softprops/action-gh-release@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
body: ${{ steps.changelog_reader.outputs.changes }}
|
||||
files: dist/*.whl
|
||||
draft: false
|
||||
prerelease: false
|
||||
|
||||
- name: publish to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
user: __token__
|
||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||
skip_existing: true
|
||||
|
||||
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [0.12.1] - 2024-12-05
|
||||
### Fixed
|
||||
- Adjusted release.yml to remove failing PyPi
|
||||
|
||||
## [0.12.0] - 2024-08-06
|
||||
### Fixed
|
||||
- Tool now targets UIProtect instead of pyunifiprotect which should help any lingering auth issues with Unifi OS 4.X
|
||||
|
||||
Reference in New Issue
Block a user