Skip to content

Commit

Permalink
Is it even hitting it
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Nov 15, 2024
1 parent 234ad67 commit 1850ebf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_wheel_creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
- uses: actions/checkout@v4
- name: Create pyproject.toml
run: |
if [[ "${{ matrix.os }}" == *"windows"* ]]; then
if [[ "${{ matrix.os }}" == *"win"* ]]; then
echo "I AM HERE"
touch $GITHUB_WORKSPACE\pyproject.toml
ls -la $GITHUB_WORKSPACE
echo '[build-system]\n\nrequires = [ "setuptools", "wheel", "cython", "pybind11" ]' > $GITHUB_WORKSPACE\pyproject.toml
Expand Down

0 comments on commit 1850ebf

Please sign in to comment.