File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,10 +15,11 @@ jobs:
1515 - name : Checkout repository
1616 uses : actions/checkout@v3
1717
18- - name : Set release tag and build date
18+ - name : Set architecture and build date
1919 run : |
2020 echo "RELEASE_TAG=python-${{ github.event.inputs.python_version }}-linux" >> $GITHUB_ENV
21- echo "RELEASE_TAG=python-${{ github.event.inputs.python_version }}-linux" >> $GITHUB_ENV
21+ echo "BUILD_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
22+ echo "ARCHITECTURE=$(uname -m)" >> $GITHUB_ENV
2223
2324 - name : Install build dependencies
2425 run : |
9899 - Python Version: ${{ github.event.inputs.python_version }}
99100 - Optimization Level: 2 (full optimizations with LTO)
100101 - With Pip/Setuptools/Wheel: Yes
101- - Architecture: $(uname -m)
102+ - Architecture: ${{ env.ARCHITECTURE }}
102103 - Build Date: ${{ env.BUILD_DATE }}
103104 - Built by: anubhavkrishna1
104105
You can’t perform that action at this time.
0 commit comments