christoph2 / pyxcp

ASAM XCP in Python

Home Page:http://pyxcp.rtfd.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pypi still only shows version 0.18.1 avaialable

still-learnin opened this issue · comments

Is there a reason that pypi shows the latest release as 0.18.1? I have never noticed a delay before once a release has been made on GitHub. But maybe this is intentional?

No, that's not intentionally;
I'm trying to incorporate new functionality (a recorder for XCP frames (mainly measurements)), but the GitHub actions build works not as expected, which prevents upload to PyPI...
Sorry for your inconveniences, I'm working hard to fix it.

0.18.15 is now available on PyPI, versions 3.5 to 3.10,
currently only win_amd64
Other platforms, esp. Linux are still WIP.

The legacy upload mode is not working directly now since the latest PyPI updates

https://github.com/christoph2/pyxcp/actions/runs/7192759486/job/19590169114

For reference this is my latest pypi.rc file for uploading the asammdf wheels

[distutils]
  index-servers =
    pypi
    asammdf

[pypi]
  username = __token__
  password = pypi-<your_tocken_here>
  
[asammdf]
  repository = https://upload.pypi.org/legacy/
  username = __token__
  password = pypi-<your_tocken_here>

I've created a new PYPI API-key, the old one was probably invalidated after I switched to 2FA.