Skip to content

Commit

Permalink
Update PYPI upload CI
Browse files Browse the repository at this point in the history
  • Loading branch information
erogol committed May 9, 2022
1 parent 3711862 commit ac279d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ jobs:
with:
name: "wheel-3.9"
path: "dist/"
- uses: actions/download-artifact@v2
with:
name: "wheel-3.10"
path: "dist/"
- run: |
ls -lh dist/
- name: Setup PyPI config
Expand Down

0 comments on commit ac279d7

Please sign in to comment.