Skip to content

Commit

Permalink
Update pythonpublish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke authored Apr 2, 2024
1 parent 512d6c4 commit ec89b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python --version
- name: Check current package version
run: |
python -c "import pangeo_forge_esgf; print(pangeo_forge_esgf.__version__)
python -c "import pangeo_forge_esgf; print(pangeo_forge_esgf.__version__)"
- name: Build tarball and wheels
run: |
git clean -xdf
Expand Down

0 comments on commit ec89b53

Please sign in to comment.