Skip to content

Commit

Permalink
[PyCDE] Fix publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
teqdruid committed Jul 25, 2024
1 parent 96b6a63 commit c09e5e4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pycdePublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
workflow_dispatch:

jobs:

# ---------------------------------------------------------------------------
# Build and test Linux wheels. Run the CIRCT tests also.
# ---------------------------------------------------------------------------
Expand Down Expand Up @@ -81,7 +80,6 @@ jobs:
retention-days: 7
if-no-files-found: error


# ---------------------------------------------------------------------------
# Build and test Windows wheels.
# ---------------------------------------------------------------------------
Expand Down Expand Up @@ -126,8 +124,8 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install cibuildwheel twine
python -m pip install --upgrade pip
python -m pip install cibuildwheel twine
choco install ninja
- name: Build wheel
Expand Down Expand Up @@ -158,7 +156,6 @@ jobs:
retention-days: 7
if-no-files-found: error


# ---------------------------------------------------------------------------
# If both the Linux and Windows builds are successful, push the wheels to
# pypi. Only do this on the main branch or a tag.
Expand Down

0 comments on commit c09e5e4

Please sign in to comment.