Skip to content

Commit 2510fa7

Browse files
author
Tim Schneider
committed
Changed ordering of commands in publish.yml
1 parent 9b83b65 commit 2510fa7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ jobs:
3434
name: wheels
3535
path: wheels/
3636

37-
- name: Unpack wheels
38-
run: |
39-
unzip wheels/libfranka_0-12-1_wheels.zip
40-
4137
- name: Create release
4238
uses: "marvinpinto/action-automatic-releases@latest"
4339
with:
@@ -48,6 +44,10 @@ jobs:
4844
LICENSE
4945
wheels/*.zip
5046
47+
- name: Unpack wheels
48+
run: |
49+
unzip wheels/libfranka_0-12-1_wheels.zip
50+
5151
- name: Publish python package
5252
uses: pypa/gh-action-pypi-publish@master
5353
with:

0 commit comments

Comments
 (0)