Skip to content

Commit

Permalink
Update wheels to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
peekxc committed Jul 16, 2024
1 parent 7acccd4 commit 4f49729
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,16 +215,16 @@ jobs:
with:
path: dist/*.tar.gz

# upload_all:
# needs: [build_linux_wheels, build_macos_wheels, build_windows_wheels, make_sdist]
# environment: pypi
# permissions:
# id-token: write
# runs-on: ubuntu-latest
# if: github.event_name == 'release' && github.event.action == 'published'
# steps:
# - uses: actions/download-artifact@v3
# with:
# name: artifact
# path: dist
# - uses: pypa/gh-action-pypi-publish@release/v1
upload_all:
needs: [build_linux_wheels, build_macos_wheels, build_windows_wheels, make_sdist]
environment: pypi
permissions:
id-token: write
runs-on: ubuntu-latest
# if: github.event_name == 'release' && github.event.action == 'published'
steps:
- uses: actions/download-artifact@v3
with:
name: artifact
path: dist
- uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 4f49729

Please sign in to comment.