Skip to content

Commit

Permalink
packaging: Upload attestations to PyPI (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Sep 5, 2024
1 parent 19debf3 commit 7d85137
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <hello@meltano.com>"]
maintainers = ["Meltano Team and Contributors <hello@meltano.com>"]
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",
Expand Down

0 comments on commit 7d85137

Please sign in to comment.