Skip to content

Commit

Permalink
disable twine for now
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Dec 2, 2024
1 parent afea1e9 commit e1da808
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,9 @@ jobs:

- run: |
pip install -U twine
twine check --strict crates/jiter-python/dist/*
# 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/*
- uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -563,7 +565,9 @@ jobs:

- run: pip install -U twine
- run: ls -l dist/
- run: twine check --strict 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/*

- name: upload to pypi
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit e1da808

Please sign in to comment.