Skip to content

Commit

Permalink
Restore twine check (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos authored Jan 28, 2025
1 parent 9983083 commit 11ef20f
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,7 @@ jobs:

- run: |
pip install -U twine
# FIXME: restore `twine` check when metadata version 2.4 (used by `maturin`) supported by `twine`,
# see https://github.com/pypa/twine/pull/1180
# twine check --strict crates/jiter-python/dist/*
twine check --strict crates/jiter-python/dist/*
- uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -626,11 +624,10 @@ jobs:
merge-multiple: true
path: dist

- run: pip install -U twine
- run: ls -l dist/
# FIXME: restore `twine` check when metadata version 2.4 (used by `maturin`) supported by `twine`
# see https://github.com/pypa/twine/pull/1180
# - run: twine check --strict dist/*
- run: |
pip install -U twine
ls -l dist/
twine check --strict dist/*
- name: upload to pypi
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 11ef20f

Please sign in to comment.