(issue #604) Remove dependency on python_version<3.11 #43
Workflow file for this run
This file contains hidden or 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
| name: Test Build Python distribution 📦 | |
| on: | |
| pull_request: | |
| jobs: | |
| build: | |
| name: Test Build Python distribution 📦 | |
| runs-on: ubuntu-latest | |
| environment: | |
| name: build | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v5 | |
| - name: Build Python package | |
| uses: ./.github/actions/build-python-package |