Skip to content

Commit

Permalink
Remove artifact upload via Github Actions which is obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Aug 26, 2024
1 parent 0c5d0da commit 9004a32
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 266 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ jobs:
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: py.test -v {project}/tests/

- uses: actions/upload-artifact@v3
with:
name: python-package-distributions
path: wheelhouse/

build-wheels-macos:
name: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -129,11 +124,6 @@ jobs:
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: py.test -v {project}/tests/

- uses: actions/upload-artifact@v3
with:
name: python-package-distributions
path: wheelhouse/

build-wheels-windows:
name: ${{ matrix.os }} ( ${{ matrix.platform }} )

Expand Down Expand Up @@ -211,8 +201,3 @@ jobs:
CIBW_BUILD_VERBOSITY: 3
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: py.test -v {project}/tests

- uses: actions/upload-artifact@v3
with:
name: python-package-distributions
path: wheelhouse/
250 changes: 0 additions & 250 deletions .github/workflows/python-publish.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .kokoro/presubmit/windows/presubmit-windows.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ env_vars: {
value: "crc32c"
}

build_file: "python-crc32c/.kokoro/build.sh"
build_file: "python-crc32c/.kokoro/presubmit.bat"

0 comments on commit 9004a32

Please sign in to comment.