Skip to content
Snippets Groups Projects
Commit 968d234f authored by florian's avatar florian
Browse files

MAINT: Remove deprecated gpg signing in PyPi release

parent e57540dd
No related branches found
No related tags found
No related merge requests found
Pipeline #38480 passed
#!/bin/bash
rm -rf dist/ build/ .eggs/
python setup.py sdist bdist_wheel
python -m twine upload -s dist/*
python -m twine upload dist/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment