Skip to content

Commit

Permalink
Update actions/download-artifact to v4 (#10)
Browse files Browse the repository at this point in the history
* Update actions/download-artifact to v4

* Bumped pypa/gh-action-pypi-publish to v1.8.0
  • Loading branch information
niksirbi authored Jan 31, 2024
1 parent 75646f0 commit 27c30fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
needs: [build_sdist_wheels]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist
- uses: pypa/gh-action-pypi-publish@v1.5.0
- uses: pypa/gh-action-pypi-publish@v1.8.0
with:
user: __token__
password: ${{ secrets.BTB_UPLOAD_API_KEY }}

0 comments on commit 27c30fe

Please sign in to comment.