Skip to content

Commit

Permalink
twine check added on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mpatrou committed Oct 29, 2024
1 parent ea77e5a commit f9bd812
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
# test that the python wheel builds
VERSION=$(versioningit .) python -m build --wheel --no-isolation
check-wheel-contents dist/hyspecplanningtools-*.whl
twine check dist/hyspecplanningtools-*.whl
- name: build conda package
run: |
# test that the conda package builds
Expand Down
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ dependencies:
- libarchive
- anaconda-client
- boa
- check-wheel-contents
- conda-build < 4 # conda-build 24.x has a bug, missing update_index from conda_build.index
- conda-verify
- python-build
Expand Down

0 comments on commit f9bd812

Please sign in to comment.