diff --git a/.github/workflows/dev_test_publish.yml b/.github/workflows/dev_test_publish.yml index fbc2a9d..ef6d6b3 100644 --- a/.github/workflows/dev_test_publish.yml +++ b/.github/workflows/dev_test_publish.yml @@ -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: @@ -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