Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pypi still only shows version 0.18.1 avaialable #92

Open
still-learnin opened this issue Jan 19, 2022 · 5 comments
Open

pypi still only shows version 0.18.1 avaialable #92

still-learnin opened this issue Jan 19, 2022 · 5 comments

Comments

@still-learnin
Copy link

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?

@christoph2
Copy link
Owner

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.

@christoph2
Copy link
Owner

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.

@danielhrisca
Copy link
Contributor

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

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

@danielhrisca
Copy link
Contributor

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>

@christoph2
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants