We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc9c2e commit 739c7a7Copy full SHA for 739c7a7
.github/workflows/release.yml
@@ -29,8 +29,8 @@ jobs:
29
- name: Copy build files to generic names
30
id: file_names
31
run: |
32
- cp shot-${{ steps.version.outputs.version }}.tar.gz shot.tar.gz
33
- cp shot-${{ steps.version.outputs.version }}-py3-none-any.whl shot-py3-none-any.whl
+ cp dist/shot-${{ steps.version.outputs.version }}.tar.gz dist/shot.tar.gz
+ cp dist/shot-${{ steps.version.outputs.version }}-py3-none-any.whl dist/shot-py3-none-any.whl
34
echo ::set-output name=tar_file::shot.tar.gz
35
echo ::set-output name=wheel_file::shot-py3-none-any.whl
36
- name: Generate SHAs
0 commit comments