Skip to content

Commit 0ef5cdc

Browse files
committed
Fix for publish-pypi workflow (2)
1 parent 436d0cb commit 0ef5cdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ jobs:
4444
- name: Publish to PyPI
4545
if: github.event_name == 'release'
4646
run: |
47+
source .venv/bin/activate
4748
poetry publish -u __token__ -p ${{ secrets.PYPI_TOKEN }} --build

0 commit comments

Comments
 (0)