Skip to content

Commit a6e1e68

Browse files
committed
Fix path error
1 parent 157ff79 commit a6e1e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
fi
4848
cd past-0.7.0
4949
python setup.py sdist bdist_wheel
50-
mv past-0.7.0/dist ../
50+
mv dist ../
5151
5252
# Step 6: Upload the wheel as an artifact
5353
- name: Upload the wheel

0 commit comments

Comments
 (0)