Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
rkhullar committed Mar 31, 2024
1 parent bd14215 commit 5fbbf34
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-pygo-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
pip install pipenv
pipenv install --dev
- name: debug
run: |
python -V
pip -V
pip list
- name: build sdist
run: python -m build -n --sdist

Expand Down

0 comments on commit 5fbbf34

Please sign in to comment.