Skip to content

Commit

Permalink
ci: fix pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
long2ice committed Dec 13, 2024
1 parent 6c16f3b commit a22f6b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,18 @@ jobs:
run: poetry build
- uses: actions/upload-artifact@v4
with:
name: cibw-sdist
path: dist/*.tar.gz
upload:
runs-on: ubuntu-latest
needs: [build_wheels, build_sdist]
steps:
- uses: actions/download-artifact@v4
with:
name: artifact
pattern: cibw-*
path: dist
- uses: pypa/gh-action-pypi-publish@v1.6.4
merge-multiple: true
- uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_password }}

0 comments on commit a22f6b3

Please sign in to comment.