Skip to content

Commit 3c429f0

Browse files
author
Lincoln Stein
committed
make adjustments for PyPi release; bump version
1 parent 980bb46 commit 3c429f0

8 files changed

Lines changed: 6 additions & 108 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,7 @@ jobs:
4848
- name: Publish to TestPyPI
4949
uses: pypa/gh-action-pypi-publish@release/v1
5050
with:
51-
repository-url: https://test.pypi.org/legacy/
51+
repository-url: https://upload.pypi.org/legacy/
52+
environment: pypi
53+
# env:
54+
# TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,4 @@ scripts
101101

102102
# Cache directories for mkdocs etc
103103
site
104+
utility_scripts

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "photomapai"
7-
version = "0.5.1"
7+
version = "0.5.2"
88
description = "AI-based image clustering and exploration tool"
99
authors = [
1010
{ name = "Lincoln Stein", email = "lincoln.stein@gmail.com" }

utility_scripts/benchmark_cpu_vs_cuda.py

Lines changed: 0 additions & 39 deletions
This file was deleted.

utility_scripts/image_orientation.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

utility_scripts/print_metadata.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

utility_scripts/test_metadata.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

utility_scripts/test_pick_from_image.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)