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

MAINT: Remove deprecated signing with GPG from PyPi release

parent 8c58a0cd
Branches
Tags
1 merge request!160STY: styling
Pipeline #38438 passed
#!/bin/bash #!/bin/bash
rm -rf dist/ build/ .eggs/ rm -rf dist/ build/ .eggs/
python setup.py sdist bdist_wheel 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.
Please register or to comment