-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #80 from pytest-dev/dependabot/github_actions/gith…
…ub-actions-4e3e4f0144 Bump the github-actions group with 2 updates
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
|
||
- name: Build and Check Package | ||
uses: hynek/build-and-inspect-python-package@v2.10 | ||
uses: hynek/build-and-inspect-python-package@v2.11 | ||
|
||
deploy: | ||
needs: package | ||
|
@@ -36,7 +36,7 @@ jobs: | |
path: dist | ||
|
||
- name: Publish package to PyPI | ||
uses: pypa/[email protected].2 | ||
uses: pypa/[email protected].3 | ||
with: | ||
attestations: true | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters