Skip to content

Commit

Permalink
check requests version
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Jun 17, 2024
1 parent ea9887f commit c67a049
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
run: |
echo "wheel=$(ls dist/*.whl)" >> $GITHUB_OUTPUT
echo "tarball=$(ls dist/*.tar.gz)" >> $GITHUB_OUTPUT
- name: get requests version
run: pip show requests
- name: Store the distribution files for use in other stages
# `tests`, `pypi-publish`, and `docker-publish` will use the same
# pre-built distributions, so we make sure to release the exact
Expand Down

0 comments on commit c67a049

Please sign in to comment.