Skip to content

Commit

Permalink
Rename sdist in wheel-building job
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Dec 9, 2024
1 parent 9dbbc04 commit 60df2f7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_upload_pypi_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
with:
path: dist/

- name: Rename dowloaded sdist
shell: bash -l {0}
run: "mv dist/euphonic*.tar.gz dist/euphonic.tar.gz"

- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -119,7 +123,7 @@ jobs:

with:
output-dir: wheelhouse
package-dir: dist/*.tar.gz
package-dir: "dist/euphonic.tar.gz"

- name: Upload wheels as build artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 60df2f7

Please sign in to comment.