[
https://issues.apache.org/jira/browse/BEAM-10184?focusedWorklogId=441189&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-441189
]
ASF GitHub Bot logged work on BEAM-10184:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Jun/20 09:12
Start Date: 04/Jun/20 09:12
Worklog Time Spent: 10m
Work Description: kamilwu commented on a change in pull request #11877:
URL: https://github.com/apache/beam/pull/11877#discussion_r435107715
##########
File path: .github/workflows/build_wheels.yml
##########
@@ -0,0 +1,141 @@
+name: Build python wheels
+
+on:
+ push:
+ branches:
+ - master
+ - release-*
+ tags:
+ - v*
+
+jobs:
+
+ build_source:
+ runs-on: ubuntu-18.04
+ steps:
+ - name: Checkout code
+ uses: actions/checkout@v2
+ - name: Install python
+ uses: actions/setup-python@v2
+ with:
+ python-version: 3.7
+ - name: Get build dependencies
+ working-directory: ./sdks/python
+ run: python3 -m pip install cython && python3 -m pip install -r
build-requirements.txt
Review comment:
I think we don't need `cython` at this point, since it's installed and
used in `build_wheels` job. Most probably the same applies to `wheels`.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 441189)
Time Spent: 1h 20m (was: 1h 10m)
> Build python wheels on GitHub Actions for Linux/MacOS
> -----------------------------------------------------
>
> Key: BEAM-10184
> URL: https://issues.apache.org/jira/browse/BEAM-10184
> Project: Beam
> Issue Type: Sub-task
> Components: build-system
> Reporter: Tobiasz Kedzierski
> Priority: P2
> Labels: build, python, python-packages, python-wheel
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)