Skip to content

Commit

Permalink
remove test hack
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastroy committed Oct 9, 2024
1 parent 754fb0d commit dd3169f
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# the name of this file must match the one in pypi.org config
name: Build/Test/Release
on: [push]
# on:
# release:
# types:
# - published
on:
release:
types:
- published
permissions:
id-token: write # This is required for requesting the JWT
jobs:
Expand All @@ -29,8 +28,8 @@ jobs:
env:
BUILD_OS: ${{ matrix.os }}
CXX: ${{ matrix.compiler }}
# - name: Publish source dist release distributions to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# - name: Publish source dist release distributions to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
wheels_build:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand All @@ -52,7 +51,7 @@ jobs:
config-file: "{package}/pyproject.toml"
env:
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.max }}
# - name: Publish wheel release distributions to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# packages-dir: wheelhouse
- name: Publish wheel release distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: wheelhouse

0 comments on commit dd3169f

Please sign in to comment.