We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49041a6 commit bbbc11dCopy full SHA for bbbc11d
.github/workflows/master.yml
@@ -104,5 +104,5 @@ jobs:
104
run: |
105
python -m pip install --upgrade pip
106
pip install twine
107
- twine upload --skip-existing --repository testpypi dist/*
+ twine upload --skip-existing dist/*
108
pymoo/version.py
@@ -1 +1 @@
1
-__version__ = "0.4.2.2.rc1"
+__version__ = "0.4.2.2.rc2"
0 commit comments