Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Q
qsymm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Quantum Tinkerer
qsymm
Commits
b0a3dac6
Verified
Commit
b0a3dac6
authored
1 year ago
by
Anton Akhmerov
Browse files
Options
Downloads
Patches
Plain Diff
expand upload instructions
parent
f79b2637
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#160681
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
RELEASE.md
+5
-0
5 additions, 0 deletions
RELEASE.md
with
5 additions
and
0 deletions
RELEASE.md
+
5
−
0
View file @
b0a3dac6
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment