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

upload to testpypi didn't work for me #328

Open
dimaqq opened this issue Feb 25, 2025 · 1 comment
Open

upload to testpypi didn't work for me #328

dimaqq opened this issue Feb 25, 2025 · 1 comment

Comments

@dimaqq
Copy link

dimaqq commented Feb 25, 2025

maturin action "upload" didn't work for me.

Ultimately I've fixed my CI to using stock PYPA action:

dimaqq/otlp-proto@cfecaa7

How it works:

  • maturin action(s) are still used to build the artefacts in separate jobs
  • last job downloads all the artefacts into dist/
  • PYPA trusted publishing action is used to push everything from there

I understand that this is a poor bug report. I'm mainly leaving this for others who may run into the same problem.

@lmmx
Copy link

lmmx commented Feb 25, 2025

I think you might still be able to use this action if you pass = with the repository URL but glad you got it sorted!

@messense messense changed the title upload didn't work for me upload to testpypi didn't work for me Feb 26, 2025
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

2 participants