Skip to content

Commit

Permalink
Update download and upload actions!
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminrose committed Feb 1, 2024
1 parent b5483b6 commit e7cd6ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/upload_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@ jobs:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v4.1.1
with:
name: sdist
path: dist

- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v4.1.1
with:
path: dist
pattern: wheels-*

- uses: pypa/gh-action-pypi-publish@v1.4.2
- uses: pypa/gh-action-pypi-publish@v1.8.11
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit e7cd6ec

Please sign in to comment.