Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange committed Sep 27, 2024
1 parent ba33395 commit b45ea87
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ on:
- master
schedule:
- cron: "0 2 * * 1-5"
release:
types: [released, prereleased]
workflow_dispatch: # allows running workflow manually from the Actions tab

concurrency:
Expand Down Expand Up @@ -68,10 +66,6 @@ jobs:
matrix:
include: ${{ fromJson(needs.build_wheels_matrix.outputs.include) }}

permissions:
contents: write # softprops/action-gh-release
id-token: write # pypa/gh-action-pypi-publish

steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -115,12 +109,6 @@ jobs:
CIBW_ENVIRONMENT_LINUX: 'CFLAGS="-Wl,-strip-all" CXXFLAGS="-Wl,-strip-all" PATH="$HOME/.cargo/bin:$PATH"'
CIBW_ENVIRONMENT_MACOS: 'CFLAGS="-I/usr/local/include -L/usr/local/lib" CXXFLAGS="-I/usr/local/include -L/usr/local/lib" LDFLAGS="-L/usr/local/lib"'

- name: Upload release assets
if: github.event_name == 'release'
uses: softprops/[email protected]
with:
files: packages/vaex-core/dist/*

- uses: actions/upload-artifact@v4
with:
name: dist-${{ matrix.only }}
Expand Down

0 comments on commit b45ea87

Please sign in to comment.