-
Notifications
You must be signed in to change notification settings - Fork 450
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Change the docker image tag for graphscope-dev from vineyard version to wheel to use the latest image with pre-built wheels for graphscope and graphscope-client - Add Python 3.7 support for graphscope-client by building the wheel for cp37-cp37m in the Makefile
- Loading branch information
1 parent
b571ccb
commit ac7d634
Showing
3 changed files
with
7 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,7 +82,6 @@ jobs: | |
packages_dir: upload_pypi/ | ||
|
||
- name: Publish distribution to PyPI | ||
if: ${{ github.ref == 'refs/heads/main' && github.repository == 'alibaba/GraphScope' }} | ||
uses: pypa/[email protected] | ||
with: | ||
user: __token__ | ||
|
@@ -163,7 +162,7 @@ jobs: | |
strategy: | ||
matrix: | ||
# The protobuf version of tenorflow and grpcio is conflicts in python 3.11 | ||
python-version: ['3.8', '3.9', '3.10'] | ||
python-version: ['3.7', '3.8', '3.9', '3.10'] | ||
|
||
steps: | ||
- uses: actions/download-artifact@v3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters