-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
python: migrate to PEP517
- Loading branch information
Showing
85 changed files
with
277 additions
and
3,082 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,10 +1,19 @@ | ||
name: Python IoT3 SDK | ||
name: Python packages | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
package: | ||
- iot3 | ||
- its-info | ||
- its-interqueuemanager | ||
- its-quadkeys | ||
- its-status | ||
- its-vehicle | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected] | ||
|
@@ -56,10 +65,10 @@ jobs: | |
zipp==3.21.0 | ||
- name: Run black | ||
run: | | ||
black --diff --check python/iot3 | ||
black --diff --check python/${{ matrix.package }} | ||
- name: Run package creation | ||
run: | | ||
python -m build python/iot3 | ||
python -m build python/${{ matrix.package }} | ||
- name: Sanity checks of generated package | ||
run: | | ||
twine check --strict python/iot3/dist/* | ||
twine check --strict python/${{ matrix.package }}/dist/* |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.