Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Release to TestPyPI
name: Release to PyPi

on:
workflow_dispatch:

jobs:
release:
runs-on: ubuntu-latest
environment: pypi

permissions:
contents: write
Expand Down Expand Up @@ -48,4 +49,6 @@ jobs:
- name: Publish to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
repository-url: https://upload.pypi.org/legacy/
# env:
# TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,4 @@ scripts

# Cache directories for mkdocs etc
site
utility_scripts
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "photomapai"
version = "0.5.1"
version = "0.5.2"
description = "AI-based image clustering and exploration tool"
authors = [
{ name = "Lincoln Stein", email = "lincoln.stein@gmail.com" }
Expand Down
39 changes: 0 additions & 39 deletions utility_scripts/benchmark_cpu_vs_cuda.py

This file was deleted.

17 changes: 0 additions & 17 deletions utility_scripts/image_orientation.py

This file was deleted.

17 changes: 0 additions & 17 deletions utility_scripts/print_metadata.py

This file was deleted.

17 changes: 0 additions & 17 deletions utility_scripts/test_metadata.py

This file was deleted.

16 changes: 0 additions & 16 deletions utility_scripts/test_pick_from_image.py

This file was deleted.

Loading