Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bea16d9b67 | |||
| f9e46060cf |
@@ -1,12 +1,12 @@
|
||||
# SPDX-FileCopyrightText: 2024 Max Mehl <https://mehl.mx>
|
||||
# SPDX-FileCopyrightText: 2023 Max Mehl <https://mehl.mx>
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
name: Publish release on PyPI
|
||||
name: Python package
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
push:
|
||||
tags:
|
||||
- "v*.*.*"
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
[tool.poetry]
|
||||
name = "seafile-mirror"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
description = "Handle clean read-only (re-)syncs of Seafile libraries to mirror them"
|
||||
authors = ["Max Mehl <mail@mehl.mx>"]
|
||||
license = "Apache-2.0"
|
||||
|
||||
Reference in New Issue
Block a user