Skip to content

Commit a8cfadf

Browse files
authored
Merge pull request #9 from lstein/release/release-to-pypi
make adjustments for PyPi release; bump version
2 parents 980bb46 + 50ba687 commit a8cfadf

8 files changed

Lines changed: 7 additions & 109 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
name: Release to TestPyPI
1+
name: Release to PyPi
22

33
on:
44
workflow_dispatch:
55

66
jobs:
77
release:
88
runs-on: ubuntu-latest
9+
environment: pypi
910

1011
permissions:
1112
contents: write
@@ -48,4 +49,6 @@ jobs:
4849
- name: Publish to TestPyPI
4950
uses: pypa/gh-action-pypi-publish@release/v1
5051
with:
51-
repository-url: https://test.pypi.org/legacy/
52+
repository-url: https://upload.pypi.org/legacy/
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)