We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ccd999 commit 1dd9333Copy full SHA for 1dd9333
.github/workflows/deploy.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- name: Build and Check Package
15
- uses: hynek/build-and-inspect-python-package@v2.11
+ uses: hynek/build-and-inspect-python-package@v2.12
16
17
deploy:
18
needs: [package]
@@ -36,7 +36,7 @@ jobs:
36
path: dist
37
38
- name: Publish package to PyPI
39
- uses: pypa/[email protected].3
+ uses: pypa/[email protected].4
40
41
- name: GitHub Release
42
uses: softprops/action-gh-release@v2
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
19
20
21
22
23
test:
24
0 commit comments