Skip to content

Commit

Permalink
try that to get whls
Browse files Browse the repository at this point in the history
  • Loading branch information
kodonnell committed Jan 27, 2025
1 parent c497fb9 commit ecf2441
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist
merge-multiple: true

- name: Release
uses: softprops/[email protected]
Expand All @@ -83,8 +83,9 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist
merge-multiple: true

- uses: pypa/[email protected]
with:
user: __token__
Expand Down

0 comments on commit ecf2441

Please sign in to comment.