We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 424f438 commit 4b29439Copy full SHA for 4b29439
.github/workflows/verify.yml
@@ -42,6 +42,7 @@ jobs:
42
- name: Check for existing package on TestPyPI
43
id: check_package
44
run: |
45
+ . venv/bin/activate
46
PACKAGE_VERSION=$(python -c "import toml; print(toml.load('pyproject.toml')['project']['version'])")
47
PACKAGE_NAME=$(python -c "import toml; print(toml.load('pyproject.toml')['project']['name'])")
48
0 commit comments