Skip to content

Commit b553a32

Browse files
chore: Update PyPI metadata (#501)
1 parent 2db0b7c commit b553a32

File tree

3 files changed

+22
-19
lines changed

3 files changed

+22
-19
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@ jobs:
4242
file_glob: true
4343
- name: Deploy to PyPI
4444
uses: pypa/gh-action-pypi-publish@v1.10.1
45+
with:
46+
attestations: true

poetry.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[tool.poetry]
22
name = "meltanolabs-tap-postgres"
33
version = "0.0.0"
4-
description = "`tap-postgres` is a Singer tap for Postgres, built with the Meltano SDK for Singer Targets."
4+
description = "Singer tap for Postgres, built with the Meltano SDK for Singer Targets."
55
authors = ["Meltano Team and Contributors <hello@meltano.com>"]
66
maintainers = ["Meltano Team and Contributors <hello@meltano.com>"]
77
license = "MIT"
88
readme = "README.md"
99
homepage = "https://meltano.com"
1010
repository = "https://github.com/meltanolabs/tap-postgres"
11+
documentation = "https://github.com/meltanolabs/tap-postgres/blob/main/README.md"
1112
keywords = [
1213
"Postgres",
1314
"Singer",

0 commit comments

Comments
 (0)