Skip to content

Commit

Permalink
Update pypi-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jagapiou authored May 29, 2024
1 parent fd8ac0a commit 3bc2e22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
steps:
- name: Checkout Concordia
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Check python setup
run:
python --version
pip list
- name: Build distribution
run: python setup.py sdist bdist_wheel
- name: Save artifact
Expand Down

0 comments on commit 3bc2e22

Please sign in to comment.