Skip to content

Commit

Permalink
Merge pull request #944 from phenobarbital/bump-version
Browse files Browse the repository at this point in the history
unifying all files into one dist/ dir for release workflow
  • Loading branch information
phenobarbital authored Jan 17, 2024
2 parents e37d4e8 + 62c39af commit 92fd78f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,17 @@ jobs:
steps:
- uses: actions/checkout@v2

# Download all artifacts into the same directory
- name: Download all artifacts
uses: actions/download-artifact@v2
with:
path: dist

- name: Move wheel files to 'dist' directory
run: |
find dist -name '*.whl' -exec mv {} dist \;
- name: List files in dist
run: ls dist
run: ls -l dist

- name: Set up Python
uses: actions/setup-python@v1
Expand Down

0 comments on commit 92fd78f

Please sign in to comment.