Skip to content

Commit 4b29439

Browse files
committed
Improve publishing
1 parent 424f438 commit 4b29439

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- name: Check for existing package on TestPyPI
4343
id: check_package
4444
run: |
45+
. venv/bin/activate
4546
PACKAGE_VERSION=$(python -c "import toml; print(toml.load('pyproject.toml')['project']['version'])")
4647
PACKAGE_NAME=$(python -c "import toml; print(toml.load('pyproject.toml')['project']['name'])")
4748

0 commit comments

Comments
 (0)