Skip to content

Commit b2a1631

Browse files
committed
dry run on test pypi
1 parent ac9a0f1 commit b2a1631

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,4 @@ jobs:
104104
env:
105105
FLIT_USERNAME: __token__
106106
FLIT_PASSWORD: ${{ secrets.PYPI_KEY }}
107+
FLIT_INDEX_URL: https://test.pypi.org/legacy/

src/plumpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# mypy: disable-error-code=name-defined
3-
__version__ = '0.25.0'
3+
__version__ = '0.25.0rc0'
44

55
import logging
66

0 commit comments

Comments
 (0)