We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac9a0f1 commit 286cc70Copy full SHA for 286cc70
.github/workflows/cd.yml
@@ -100,7 +100,7 @@ jobs:
100
run: pip install flit~=3.4
101
102
- name: Build and publish
103
- run: flit publish
+ run: flit publish --repository https://test.pypi.org/legacy/
104
env:
105
FLIT_USERNAME: __token__
106
FLIT_PASSWORD: ${{ secrets.PYPI_KEY }}
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