Skip to content

Commit

Permalink
REL: update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ntessore committed Feb 6, 2024
1 parent f1c605e commit 1af0d50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
release:
types:
- published
workflow_dispatch:

jobs:
build_wheels:
Expand Down Expand Up @@ -49,13 +50,12 @@ jobs:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist

- uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.pypi_password }}
- uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 1af0d50

Please sign in to comment.