Skip to content

Commit 44e7854

Browse files
authored
Merge pull request #324 from aperture-data/release-0.4.11
installing venv for build isolation.
2 parents 3cd06b9 + 9dd7944 commit 44e7854

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
7171
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
7272
run: |
73+
apt-get update
74+
apt-get install -y python3.10-venv
7375
pip3 install build
7476
pip3 install twine
7577
bash publish.sh

0 commit comments

Comments
 (0)