iker-python-setup 1.0.7__tar.gz → 1.0.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (24) hide show
  1. {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/.github/workflows/pr.yml +0 -7
  2. {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/.github/workflows/push.yml +9 -1
  3. {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/PKG-INFO +1 -1
  4. {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/src/iker_python_setup.egg-info/PKG-INFO +1 -1
  5. {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/.editorconfig +0 -0
  6. {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/.gitignore +0 -0
  7. {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/MANIFEST.in +0 -0
  8. {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/README.md +0 -0
  9. {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/VERSION +0 -0
  10. {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/pyproject.toml +0 -0
  11. {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/resources/unittest/setup/VERSION +0 -0
  12. {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/resources/unittest/setup/VERSION_EXCESSIVE_PATCH +0 -0
  13. {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/resources/unittest/setup/VERSION_NO_PATCH +0 -0
  14. {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/setup.cfg +0 -0
  15. {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/setup.py +0 -0
  16. {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/src/iker/setup/__init__.py +0 -0
  17. {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/src/iker_python_setup.egg-info/SOURCES.txt +0 -0
  18. {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/src/iker_python_setup.egg-info/dependency_links.txt +0 -0
  19. {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/src/iker_python_setup.egg-info/not-zip-safe +0 -0
  20. {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/src/iker_python_setup.egg-info/requires.txt +0 -0
  21. {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/src/iker_python_setup.egg-info/top_level.txt +0 -0
  22. {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/test/iker_test.py +0 -0
  23. {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/test/iker_tests/__init__.py +0 -0
  24. {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/test/iker_tests/setup_test.py +0 -0
@@ -61,10 +61,3 @@ jobs:
61
61
  python -m pip install --upgrade pip
62
62
  python -m pip install .[test]
63
63
  python -m pytest . --cov --cov-report xml --cov-config pyproject.toml
64
-
65
- - name: Upload Coverage Report
66
- uses: codecov/codecov-action@v5
67
- with:
68
- token: ${{ secrets.CODECOV_TOKEN }}
69
- slug: ryanshou/iker-python-setup
70
- fail_ci_if_error: true
@@ -23,6 +23,14 @@ jobs:
23
23
  run: |
24
24
  sudo apt-get install libxml2-dev libxslt1-dev llvm-14-dev
25
25
  python -m pip install --upgrade pip build twine
26
- python -m pip install .
26
+ python -m pip install .[test]
27
+ python -m pytest . --cov --cov-report xml --cov-config pyproject.toml
27
28
  python -m build -sw .
28
29
  python -m twine upload --username __token__ --password ${{ secrets.PYPI_TOKEN }} dist/*
30
+
31
+ - name: Upload Coverage Report
32
+ uses: codecov/codecov-action@v5
33
+ with:
34
+ token: ${{ secrets.CODECOV_TOKEN }}
35
+ slug: ryanshou/iker-python-setup
36
+ fail_ci_if_error: true
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: iker-python-setup
3
- Version: 1.0.7
3
+ Version: 1.0.8
4
4
  Classifier: Programming Language :: Python :: 3
5
5
  Classifier: Programming Language :: Python :: 3.11
6
6
  Classifier: Programming Language :: Python :: 3.12
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: iker-python-setup
3
- Version: 1.0.7
3
+ Version: 1.0.8
4
4
  Classifier: Programming Language :: Python :: 3
5
5
  Classifier: Programming Language :: Python :: 3.11
6
6
  Classifier: Programming Language :: Python :: 3.12