Skip to content

Commit f1b7044

Browse files
committed
Small fixup
Signed-off-by: Ole Herman Schumacher Elgesem <ole.elgesem@northern.tech>
1 parent a9eb0aa commit f1b7044

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,12 @@ jobs:
3434

3535
pre-release-tests:
3636
runs-on: ubuntu-24.04
37-
needs:
38-
- release-build
3937

4038
permissions:
4139
contents: read
4240

4341
steps:
42+
- uses: actions/checkout@v4
4443
- uses: ./.github/workflows/tests.yml
4544

4645
pypi-publish:
@@ -59,4 +58,4 @@ jobs:
5958
path: dist/
6059

6160
- name: Publish release distributions to PyPI
62-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
61+
uses: pypa/gh-action-pypi-publish@v1.12.4

0 commit comments

Comments
 (0)