pylantir 0.0.2rc53.post1__tar.gz → 0.0.2rc54.post1__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.
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/.github/workflows/publish.yml +13 -1
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/PKG-INFO +1 -1
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/src/pylantir/__init__.py +1 -1
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/.devcontainer/Dockerfile +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/.devcontainer/devcontainer.json +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/.github/dependabot.yml +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/.github/template-sync.yml +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/.github/workflows/CI.yml +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/.github/workflows/schedule-update-actions.yml +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/.github/workflows/semantic-pr-check.yml +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/.github/workflows/sphinx.yml +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/.github/workflows/template-sync.yml +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/.gitignore +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/.pre-commit-config.yaml +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/.pypirc +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/.vscode/launch.json +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/.vscode/settings.json +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/CODE_OF_CONDUCT.md +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/LICENSE +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/README.md +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/SECURITY.md +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/SUPPORT.md +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/docs/Makefile +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/docs/conf.py +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/docs/devcontainer.md +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/docs/developer.md +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/docs/index.rst +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/docs/make.bat +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/docs/modules.rst +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/docs/pre-commit-config.md +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/docs/pylint.md +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/docs/pyproject.md +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/docs/python_package.hello_world.rst +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/docs/python_package.rst +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/docs/requirements.txt +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/docs/vscode.md +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/docs/workflows.md +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/pylantir.png +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/pyproject.toml +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/src/README.md +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/src/pylantir/cli/__init__.py +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/src/pylantir/cli/run.py +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/src/pylantir/config/mwl_config.json +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/src/pylantir/db_setup.py +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/src/pylantir/models.py +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/src/pylantir/mwl_server.py +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/src/pylantir/populate_db.py +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/src/pylantir/redcap_to_db.py +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/tests/client.py +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/tests/client2.py +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/tests/conftest.py +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/tests/mpps_tester.py +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/tests/query_db.py +0 -0
- {pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/tests/test_methods.py +0 -0
|
@@ -21,7 +21,19 @@ jobs:
|
|
|
21
21
|
- name: Install build tools
|
|
22
22
|
run: |
|
|
23
23
|
python -m pip install --upgrade pip
|
|
24
|
-
pip install build twine
|
|
24
|
+
pip install build twine toml
|
|
25
|
+
|
|
26
|
+
- name: Set version from tag
|
|
27
|
+
run: |
|
|
28
|
+
VERSION="${GITHUB_REF#refs/tags/v}"
|
|
29
|
+
python -c "
|
|
30
|
+
import toml
|
|
31
|
+
pyproject = toml.load('pyproject.toml')
|
|
32
|
+
pyproject['project']['version'] = '$VERSION'
|
|
33
|
+
with open('pyproject.toml', 'w') as f:
|
|
34
|
+
toml.dump(pyproject, f)
|
|
35
|
+
"
|
|
36
|
+
shell: bash
|
|
25
37
|
|
|
26
38
|
- name: Build package
|
|
27
39
|
run: python -m build
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/.github/workflows/schedule-update-actions.yml
RENAMED
|
File without changes
|
{pylantir-0.0.2rc53.post1 → pylantir-0.0.2rc54.post1}/.github/workflows/semantic-pr-check.yml
RENAMED
|
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
|
|
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
|
|
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
|