Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dfff36b1d2 | |||
| 7fdb1a200f | |||
| f3c03a0d0c |
@@ -7,7 +7,6 @@ on:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
@@ -34,6 +33,6 @@ jobs:
|
||||
|
||||
- name: Publish to Gitea package registry
|
||||
env:
|
||||
UV_PUBLISH_USERNAME: ${{ github.actor }}
|
||||
UV_PUBLISH_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
|
||||
UV_PUBLISH_USERNAME: lars
|
||||
UV_PUBLISH_PASSWORD: ${{ secrets.PACKAGE_DEPLOY_KEY }}
|
||||
run: uv publish --publish-url "${{ github.server_url }}/api/packages/${{ github.repository_owner }}/pypi" dist/*
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ Example usage:
|
||||
success = generate(config, verbose=True)
|
||||
"""
|
||||
|
||||
__version__ = "0.1.0"
|
||||
__version__ = "0.2.0"
|
||||
__author__ = "K. Schmidt"
|
||||
|
||||
from gallery.api import generate
|
||||
|
||||
@@ -4,7 +4,7 @@ build-backend = "uv_build"
|
||||
|
||||
[project]
|
||||
name = "plotstyle"
|
||||
version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
description = "KIT corporate-design matplotlib styling toolkit for consistent scientific figures"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.8"
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ build-backend = "uv_build"
|
||||
|
||||
[project]
|
||||
name = "gallery"
|
||||
version = "0.1.3"
|
||||
version = "0.2.0"
|
||||
description = "Scientific Gallery Generator - Create responsive HTML galleries from plot collections"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.8"
|
||||
|
||||
@@ -846,7 +846,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "gallery"
|
||||
version = "0.1.3"
|
||||
version = "0.2.0"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "argcomplete" },
|
||||
@@ -2900,7 +2900,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "plotstyle"
|
||||
version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
source = { editable = "plotstyle" }
|
||||
dependencies = [
|
||||
{ name = "matplotlib", version = "3.7.5", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.9'" },
|
||||
|
||||
Reference in New Issue
Block a user