From 7d85137514016de662e03b76c5cf86fce3c7788b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= <16805946+edgarrmondragon@users.noreply.github.com> Date: Wed, 4 Sep 2024 22:46:56 -0600 Subject: [PATCH] packaging: Upload attestations to PyPI (#425) --- .github/workflows/release_workflow.yml | 4 +++- README.md | 7 +++++-- pyproject.toml | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release_workflow.yml b/.github/workflows/release_workflow.yml index 4ebfd095..597fb38f 100644 --- a/.github/workflows/release_workflow.yml +++ b/.github/workflows/release_workflow.yml @@ -37,4 +37,6 @@ jobs: tag: ${{ github.ref }} overwrite: true file_glob: true - - uses: pypa/gh-action-pypi-publish@v1.10.0 + - uses: pypa/gh-action-pypi-publish@v1.10.1 + with: + attestations: true diff --git a/README.md b/README.md index cd181c4c..176e3620 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# `target-postgres` +# target-postgres ![PyPI - Version](https://img.shields.io/pypi/v/meltanolabs-target-postgres) ![PyPI - Downloads](https://img.shields.io/pypi/dm/meltanolabs-target-postgres) ![PyPI - License](https://img.shields.io/pypi/l/meltanolabs-target-postgres) ![Test target-postgres](https://github.com/meltanolabs/target-postgres/actions/workflows/ci_workflow.yml/badge.svg) -Target for Postgres. +Singer Target for PostgreSQL databases. Built with the [Meltano SDK](https://sdk.meltano.com) for Singer Taps and Targets. @@ -14,6 +14,9 @@ Built with the [Meltano SDK](https://sdk.meltano.com) for Singer Taps and Target * `about` * `stream-maps` * `schema-flattening` +* `validate-records` +* `target-schema` +* `hard-delete` ## Settings diff --git a/pyproject.toml b/pyproject.toml index 1bdf3d96..d8ab4b7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [tool.poetry] name = "meltanolabs-target-postgres" version = "0.0.0" -description = "`target-postgres` is a Singer target for Postgres, built with the Meltano SDK for Singer Targets." +description = "Singer target for Postgres, built with the Meltano SDK for Singer Targets." authors = ["Meltano Team and Contributors "] maintainers = ["Meltano Team and Contributors "] license = "MIT" readme = "README.md" homepage = "https://meltano.com" -repository = "https://github.com/meltanolabs/target-postgres" +repository = "https://github.com/MeltanoLabs/target-postgres" keywords = [ "Postgres", "Singer",