Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Goblin OGM
Goblin
Commits
c3deade1
Unverified
Commit
c3deade1
authored
Feb 01, 2020
by
Jeffrey Phillips Freeman
💥
Browse files
Docs: Fixed minor typo in deployment instructions.
parent
654b1723
Pipeline
#243
passed with stage
in 1 minute and 38 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
CONTRIBUTING.md
View file @
c3deade1
...
@@ -82,7 +82,7 @@ ISSUES CLOSED: #31
...
@@ -82,7 +82,7 @@ ISSUES CLOSED: #31
4.
Compile source distribution with
`python setup.py sdist`
4.
Compile source distribution with
`python setup.py sdist`
5.
Compile binary distribution with
`python setup.py bdist_wheel`
5.
Compile binary distribution with
`python setup.py bdist_wheel`
6.
Check the packages for errors with
`twine check dist/*`
6.
Check the packages for errors with
`twine check dist/*`
7.
Upload to Pypi using
`twine upload dist/`
7.
Upload to Pypi using
`twine upload dist/
*
`
8.
Create a tag for the current version such as
`git tag -a v3.3,3 -m "version 3.3.3"`
8.
Create a tag for the current version such as
`git tag -a v3.3,3 -m "version 3.3.3"`
9.
Push the tag
9.
Push the tag
10.
Update the version in CHANGELOG.md and setup.py on master.
10.
Update the version in CHANGELOG.md and setup.py on master.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment