Skip to content

Commit

Permalink
Replaced NIU upload action with separate steps
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed Jan 27, 2025
1 parent 7e5f173 commit 370fca4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,14 @@ jobs:
upload_all:
name: Publish build distributions
needs: [build_sdist_wheels]
if: github.event_name == 'push' && github.ref_type == 'tag'
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.12.3
with:
user: __token__
password: ${{ secrets.TWINE_API_KEY }}

0 comments on commit 370fca4

Please sign in to comment.