-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #736 from rl-institut/release/v0.5.4
Release/v0.5.4
- Loading branch information
Showing
147 changed files
with
3,582 additions
and
861 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -151,8 +151,9 @@ For help look into the [github release description](https://help.github.com/en/g | |
2. Type `twine upload dist/*` | ||
3. Enter `__token__` for username and your pypi token for password. | ||
9. Test your package: | ||
1. Test the upload on test.pypi.org | ||
` twine upload --repository testpypi dist/*` | ||
1. Test the upload on test.pypi.org: | ||
Here you need to use username and password of our [email protected] account. | ||
` twine upload --repository testpypi dist/*` | ||
2. Test the installation: `pip install multi-vector-simulator==X.Y.Zrci`, where you replace `X.Y.Zrci` by your current version and release candidate | ||
3. Then open a terminal | ||
`mvs_tool -f -o test_pypi` | ||
|
@@ -175,6 +176,8 @@ For help look into the [github release description](https://help.github.com/en/g | |
- | ||
### Removed | ||
- | ||
### Fixed | ||
- | ||
``` | ||
4. Commit the steps 2. and 3. together with commit message "Start vX.Y.Zdev" | ||
|
||
|
Oops, something went wrong.