Skip to content

Commit bbbc11d

Browse files
author
Julian Blank
committed
RC2 - 0.4.2.2
1 parent 49041a6 commit bbbc11d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,5 @@ jobs:
104104
run: |
105105
python -m pip install --upgrade pip
106106
pip install twine
107-
twine upload --skip-existing --repository testpypi dist/*
107+
twine upload --skip-existing dist/*
108108

pymoo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.2.2.rc1"
1+
__version__ = "0.4.2.2.rc2"

0 commit comments

Comments
 (0)