We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac9a0f1 commit b2a1631Copy full SHA for b2a1631
.github/workflows/cd.yml
@@ -104,3 +104,4 @@ jobs:
104
env:
105
FLIT_USERNAME: __token__
106
FLIT_PASSWORD: ${{ secrets.PYPI_KEY }}
107
+ FLIT_INDEX_URL: https://test.pypi.org/legacy/
src/plumpy/__init__.py
@@ -1,6 +1,6 @@
1
# -*- coding: utf-8 -*-
2
# mypy: disable-error-code=name-defined
3
-__version__ = '0.25.0'
+__version__ = '0.25.0rc0'
4
5
import logging
6
0 commit comments