Skip to content
Snippets Groups Projects
Verified Commit b0a3dac6 authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

expand upload instructions

parent f79b2637
No related branches found
No related tags found
No related merge requests found
Pipeline #160681 passed
......@@ -35,6 +35,7 @@ python setup.py sdist bdist_wheel
This creates the file `dist/qsymm-<version>.tar.gz`. It is a good idea to unpack it
and check that the tests run:
```
twine check dist/*
tar xzf dist/qsymm*.tar.gz
cd qsymm-*
py.test .
......@@ -63,6 +64,10 @@ git push origin v<version> v<version+1>-dev
```
twine upload dist/*
```
for example if you are using `pass` to store the PyPI token and fish shell, use
```
env TWINE_PASSWORD=(pass pypi_qsymm_token) twine upload dist/* --username=__token__
```
### Create conda-forge package
......
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