Skip to content

Commit

Permalink
artifacts: fix names
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Dec 19, 2023
1 parent f36f75f commit fe4dbc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: sdist
path: dist/*.tar.gz

build-and-test-wheels:
Expand Down Expand Up @@ -209,7 +210,6 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist

- name: upload to TestPyPI
Expand Down

0 comments on commit fe4dbc8

Please sign in to comment.