Skip to content

Commit

Permalink
update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Wieczorek committed Jan 17, 2024
1 parent 858b820 commit 28eec32
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
build:

runs-on: ${{ matrix.os }}
permissions:
id-token: write
defaults:
run:
shell: bash
Expand Down Expand Up @@ -71,12 +73,7 @@ jobs:
install_run $PLAT
- name: Upload release to PyPI
environment: release
permissions:
id-token: write
steps:
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: ${TRAVIS_BUILD_DIR}/wheelhouse/
skip-existing: true
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: ${TRAVIS_BUILD_DIR}/wheelhouse/
skip-existing: true

0 comments on commit 28eec32

Please sign in to comment.