Compare commits

...

8 Commits

Author SHA1 Message Date
jimmydoh
0d7e540374 Changelog Update 2024-12-05 17:04:21 +10:00
jimmydoh
bb92427997 Remove .whl release upload 2024-12-05 16:41:19 +10:00
jimmydoh
29113aaa4f Remove PyPi Push 2024-12-05 16:37:06 +10:00
jimmydoh
87080b9f17 Update release.yml 2024-12-05 16:22:43 +10:00
jimmydoh
1250f00065 Update release.yml 2024-12-05 16:18:32 +10:00
jimmydoh
551778d077 Update release.yml 2024-12-05 16:15:03 +10:00
jimmydoh
dff9cf3161 Update release.yml 2024-12-05 16:07:19 +10:00
jimmydoh
3f0d21098e Merge pull request #1 from ep1cman/main
Merge Main
2024-12-05 15:44:49 +10:00
2 changed files with 6 additions and 20 deletions

View File

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

View File

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