Skip to content

Commit

Permalink
Removed Publish section to fix dist
Browse files Browse the repository at this point in the history
  • Loading branch information
miballe committed Sep 10, 2024
1 parent 6c8bbe5 commit d550ecb
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/dev_test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: pytest test/ >> $GITHUB_STEP_SUMMARY

build:
name: Build
name: Build and publish
runs-on: ubuntu-latest
needs: [test]
permissions:
Expand All @@ -76,14 +76,7 @@ jobs:
python setup.py bdist_wheel >> $GITHUB_STEP_SUMMARY
python setup.py sdist >> $GITHUB_STEP_SUMMARY
publish:
name: Publish
runs-on: ubuntu-latest
needs: [build]
permissions:
id-token: write
steps:
- name: GitHub Artifact Upload
- name: GitHub Repo Artifact Upload
uses: actions/upload-artifact@v4
with:
name: Wheel_library
Expand Down

0 comments on commit d550ecb

Please sign in to comment.