Skip to content

Commit

Permalink
test attestations
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Oct 22, 2024
1 parent 3eec2a2 commit 9c7b467
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/_pkg_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
skip-existing: false
attestations: 'true'
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -26,3 +26,4 @@ dependencies = [
"PyShellMan == 0.0.0.dev17",
"PySyntax == 0.0.0.dev3",
]

0 comments on commit 9c7b467

Please sign in to comment.