Skip to content

Commit 04ea305

Browse files
Merge pull request #121 from OWASP/dependabot/pip/src/pip-a8b23622d7
Bump certifi from 2024.6.2 to 2024.7.4 in /src in the pip group across 1 directory
2 parents ab0bece + 0e2c906 commit 04ea305

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ on:
1313
types: [published]
1414

1515
permissions:
16-
contents: read
16+
id-token: write # This is required for requesting the JWT
17+
contents: read # This is required for actions/checkout
18+
1719

1820
jobs:
1921
deploy:
@@ -38,4 +40,4 @@ jobs:
3840
- name: Publish package
3941
uses: pypa/gh-action-pypi-publish@v1.8.10
4042
with:
41-
packages_dir: src/dist
43+
packages-dir: src/dist

src/poetry.lock

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

0 commit comments

Comments
 (0)