Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
particle-filter-for-python
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
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
Rob Moss
particle-filter-for-python
Commits
f7128929
Commit
f7128929
authored
4 years ago
by
Rob Moss
Browse files
Options
Downloads
Patches
Plain Diff
Update the package publishing instructions
parent
0fdee60a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.pypirc
+0
-4
0 additions, 4 deletions
.pypirc
doc/release-process.rst
+2
-7
2 additions, 7 deletions
doc/release-process.rst
with
2 additions
and
11 deletions
.pypirc
deleted
100644 → 0
+
0
−
4
View file @
0fdee60a
[distutils]
index-servers =
pypi
pypitest
This diff is collapsed.
Click to expand it.
doc/release-process.rst
+
2
−
7
View file @
f7128929
...
...
@@ -58,12 +58,7 @@ Ensure that ``twine`` is installed:
pip install twine
Define the PyPI server(s) in ``.pypirc``:
.. literalinclude:: ../.pypirc
:language: ini
Build the wheel ``./dist/pypfilt-X.Y.Z-py2.py3-none-any.whl``:
Build the wheel ``./dist/pypfilt-X.Y.Z-py3-none-any.whl``:
.. code-block:: shell
...
...
@@ -74,7 +69,7 @@ Upload this wheel to the PyPI **test** server, so that any problems can be
.. code-block:: shell
twine upload -r
pypi
test dist/pypfilt-X.Y.Z-
py2.
py3-none-any.whl
twine upload -r test
pypi
dist/pypfilt-X.Y.Z-py3-none-any.whl
Then upload this wheel to PyPI:
...
...
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