Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/toml-again' into toml-again
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Jan 14, 2025
2 parents 9be8de3 + f1ad773 commit b3ed09c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,13 @@ jobs:
- name: Build package
run: |
python -m pip install .
python3 -m pip install --upgrade build
python3 -m build
- name: Check package build
run: |
DISTRIBUTION=$(ls -t1 dist/openff-nagl-*.tar.gz | head -n 1)
test -n "${DISTRIBUTION}" || { echo "no distribution dist/openff-nagl-*.tar.gz found"; exit 1; }
DISTRIBUTION=$(ls -t1 dist/openff_nagl-*.tar.gz | head -n 1)
test -n "${DISTRIBUTION}" || { echo "no distribution dist/openff_nagl-*.tar.gz found"; exit 1; }
echo "twine check $DISTRIBUTION"
twine check $DISTRIBUTION
Expand Down

0 comments on commit b3ed09c

Please sign in to comment.