Skip to content

Commit

Permalink
download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
MiXaiLL76 committed Oct 31, 2024
1 parent b8d411f commit dff1188
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,8 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: sdist
path: dist

- uses: actions/download-artifact@v4
with:
name: wheels
path: dist

- name: Display structure of downloaded files
run: ls -R dist
merge-multiple: true

- name: Publish package distributions to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand All @@ -129,13 +121,8 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: sdist
path: dist

- uses: actions/download-artifact@v4
with:
name: wheels
path: dist
merge-multiple: true

- name: Display structure of downloaded files
run: ls -R dist
Expand Down

0 comments on commit dff1188

Please sign in to comment.