From 9c7b467fb890d62df7ddb1595db116fce79e7974 Mon Sep 17 00:00:00 2001 From: RepoDynamicsBot <80158628+AAriam@users.noreply.github.com> Date: Wed, 23 Oct 2024 00:00:46 +0200 Subject: [PATCH] test attestations --- .github/workflows/_pkg_publish.yaml | 8 +++++--- pyproject.toml | 3 ++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/_pkg_publish.yaml b/.github/workflows/_pkg_publish.yaml index 50dbd55..9f582e6 100644 --- a/.github/workflows/_pkg_publish.yaml +++ b/.github/workflows/_pkg_publish.yaml @@ -30,10 +30,11 @@ jobs: # https://github.com/marketplace/actions/pypi-publish with: packages-dir: dist - verify-metadata: false + verify-metadata: true verbose: true print-hash: true skip-existing: false + attestations: 'true' publish-testpypi: runs-on: ubuntu-latest @@ -55,7 +56,8 @@ jobs: with: packages-dir: dist repository-url: https://test.pypi.org/legacy/ - verify-metadata: false + verify-metadata: true verbose: true print-hash: true - skip-existing: false \ No newline at end of file + skip-existing: false + attestations: 'true' \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 81fe669..ddb73a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ namespaces = true # ----------------------------------------- Project Metadata ------------------------------------- [project] -version = "0.0.0.dev42" +version = "0.0.0.dev43" name = "Pdep" requires-python = ">=3.10" dependencies = [ @@ -26,3 +26,4 @@ dependencies = [ "PyShellMan == 0.0.0.dev17", "PySyntax == 0.0.0.dev3", ] +