plexus-python-protobuf-setup 1.0.6__tar.gz → 1.0.7__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.
- {plexus_python_protobuf_setup-1.0.6 → plexus_python_protobuf_setup-1.0.7}/.github/workflows/pr.yml +1 -1
- {plexus_python_protobuf_setup-1.0.6 → plexus_python_protobuf_setup-1.0.7}/.github/workflows/push.yml +1 -1
- {plexus_python_protobuf_setup-1.0.6 → plexus_python_protobuf_setup-1.0.7}/PKG-INFO +1 -1
- {plexus_python_protobuf_setup-1.0.6 → plexus_python_protobuf_setup-1.0.7}/src/plexus_python_protobuf_setup.egg-info/PKG-INFO +1 -1
- {plexus_python_protobuf_setup-1.0.6 → plexus_python_protobuf_setup-1.0.7}/.editorconfig +0 -0
- {plexus_python_protobuf_setup-1.0.6 → plexus_python_protobuf_setup-1.0.7}/.gitignore +0 -0
- {plexus_python_protobuf_setup-1.0.6 → plexus_python_protobuf_setup-1.0.7}/MANIFEST.in +0 -0
- {plexus_python_protobuf_setup-1.0.6 → plexus_python_protobuf_setup-1.0.7}/README.md +0 -0
- {plexus_python_protobuf_setup-1.0.6 → plexus_python_protobuf_setup-1.0.7}/VERSION +0 -0
- {plexus_python_protobuf_setup-1.0.6 → plexus_python_protobuf_setup-1.0.7}/pyproject.toml +0 -0
- {plexus_python_protobuf_setup-1.0.6 → plexus_python_protobuf_setup-1.0.7}/resources/unittest/setup/protos/dummy/person.proto +0 -0
- {plexus_python_protobuf_setup-1.0.6 → plexus_python_protobuf_setup-1.0.7}/resources/unittest/setup/protos/dummy/relationship/company.proto +0 -0
- {plexus_python_protobuf_setup-1.0.6 → plexus_python_protobuf_setup-1.0.7}/resources/unittest/setup/protos/dummy/relationship/family.proto +0 -0
- {plexus_python_protobuf_setup-1.0.6 → plexus_python_protobuf_setup-1.0.7}/setup.cfg +0 -0
- {plexus_python_protobuf_setup-1.0.6 → plexus_python_protobuf_setup-1.0.7}/setup.py +0 -0
- {plexus_python_protobuf_setup-1.0.6 → plexus_python_protobuf_setup-1.0.7}/src/plexus/protobuf/setup/__init__.py +0 -0
- {plexus_python_protobuf_setup-1.0.6 → plexus_python_protobuf_setup-1.0.7}/src/plexus_python_protobuf_setup.egg-info/SOURCES.txt +0 -0
- {plexus_python_protobuf_setup-1.0.6 → plexus_python_protobuf_setup-1.0.7}/src/plexus_python_protobuf_setup.egg-info/dependency_links.txt +0 -0
- {plexus_python_protobuf_setup-1.0.6 → plexus_python_protobuf_setup-1.0.7}/src/plexus_python_protobuf_setup.egg-info/not-zip-safe +0 -0
- {plexus_python_protobuf_setup-1.0.6 → plexus_python_protobuf_setup-1.0.7}/src/plexus_python_protobuf_setup.egg-info/requires.txt +0 -0
- {plexus_python_protobuf_setup-1.0.6 → plexus_python_protobuf_setup-1.0.7}/src/plexus_python_protobuf_setup.egg-info/top_level.txt +0 -0
- {plexus_python_protobuf_setup-1.0.6 → plexus_python_protobuf_setup-1.0.7}/test/plexus_test.py +0 -0
- {plexus_python_protobuf_setup-1.0.6 → plexus_python_protobuf_setup-1.0.7}/test/plexus_tests/__init__.py +0 -0
- {plexus_python_protobuf_setup-1.0.6 → plexus_python_protobuf_setup-1.0.7}/test/plexus_tests/protobuf/setup_test.py +0 -0
{plexus_python_protobuf_setup-1.0.6 → plexus_python_protobuf_setup-1.0.7}/.github/workflows/push.yml
RENAMED
|
@@ -25,7 +25,7 @@ jobs:
|
|
|
25
25
|
- name: Build and Upload
|
|
26
26
|
run: |
|
|
27
27
|
python -m pip install --upgrade pip build twine
|
|
28
|
-
python -m pip install .[test]
|
|
28
|
+
python -m pip install .[test,all]
|
|
29
29
|
python -m pytest . --cov --cov-report xml --cov-config pyproject.toml
|
|
30
30
|
python -m build -sw .
|
|
31
31
|
python -m twine upload --username __token__ --password ${{ secrets.PYPI_TOKEN }} dist/*
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{plexus_python_protobuf_setup-1.0.6 → plexus_python_protobuf_setup-1.0.7}/test/plexus_test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|