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.
- {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/.github/workflows/pr.yml +0 -7
- {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/.github/workflows/push.yml +9 -1
- {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/PKG-INFO +1 -1
- {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/src/iker_python_setup.egg-info/PKG-INFO +1 -1
- {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/.editorconfig +0 -0
- {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/.gitignore +0 -0
- {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/MANIFEST.in +0 -0
- {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/README.md +0 -0
- {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/VERSION +0 -0
- {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/pyproject.toml +0 -0
- {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/resources/unittest/setup/VERSION +0 -0
- {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/resources/unittest/setup/VERSION_EXCESSIVE_PATCH +0 -0
- {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/resources/unittest/setup/VERSION_NO_PATCH +0 -0
- {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/setup.cfg +0 -0
- {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/setup.py +0 -0
- {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/src/iker/setup/__init__.py +0 -0
- {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/src/iker_python_setup.egg-info/SOURCES.txt +0 -0
- {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/src/iker_python_setup.egg-info/dependency_links.txt +0 -0
- {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/src/iker_python_setup.egg-info/not-zip-safe +0 -0
- {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/src/iker_python_setup.egg-info/requires.txt +0 -0
- {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/src/iker_python_setup.egg-info/top_level.txt +0 -0
- {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/test/iker_test.py +0 -0
- {iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/test/iker_tests/__init__.py +0 -0
- {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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/resources/unittest/setup/VERSION_EXCESSIVE_PATCH
RENAMED
|
File without changes
|
{iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/resources/unittest/setup/VERSION_NO_PATCH
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/src/iker_python_setup.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/src/iker_python_setup.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/src/iker_python_setup.egg-info/requires.txt
RENAMED
|
File without changes
|
{iker_python_setup-1.0.7 → iker_python_setup-1.0.8}/src/iker_python_setup.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|