Skip to content

Commit 286cc70

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
run: pip install flit~=3.4
101101

102102
- name: Build and publish
103-
run: flit publish
103+
run: flit publish --repository https://test.pypi.org/legacy/
104104
env:
105105
FLIT_USERNAME: __token__
106106
FLIT_PASSWORD: ${{ secrets.PYPI_KEY }}

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)