We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 404475f + 933bd84 commit 9814948Copy full SHA for 9814948
.github/workflows/main.yml
@@ -103,7 +103,7 @@ jobs:
103
with:
104
# We want our tags here
105
fetch-depth: 0
106
- - uses: hynek/build-and-inspect-python-package@v1.1
+ - uses: hynek/build-and-inspect-python-package@v2
107
108
install-dev:
109
strategy:
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
# Fetch all tags; this is needed for hatch-vcs
31
32
33
- - uses: hynek/build-and-inspect-python-package@v1
34
35
# Upload to Test PyPI on every commit on main.
36
publish-test-release:
0 commit comments