Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeliza committed Jun 27, 2024
1 parent 08ba73e commit d40188b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,16 @@ jobs:
name: all-files
pattern: artifact-*

- uses: actions/download-artifact@v4
- name: Download merged artifact
uses: actions/download-artifact@v4
with:
# unpacks default artifact into dist/
# if `name: artifact` is omitted, the action will create extra parent dir
name: all-files
path: dist

- uses: pypa/[email protected]
- name: Publish wheels to PyPi
uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.pypi_password }}
Expand Down

0 comments on commit d40188b

Please sign in to comment.