Skip to content

Commit bd9fe38

Browse files
authored
CU-869auqkgc: Use uniquely timestamped version for TestPyPI publishign (#174)
1 parent 675512f commit bd9fe38

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/medcat-den_main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ jobs:
7272
run: |
7373
python -m build
7474
75+
- name: Set timestamp-based dev version
76+
run: |
77+
TS=$(date -u +"%Y%m%d%H%M%S")
78+
echo "SETUPTOOLS_SCM_PRETEND_VERSION_FOR_MEDCAT_DEN=0.2.2.dev${TS}" >> $GITHUB_ENV
79+
7580
- name: Publish distribution to TestPyPI
7681
uses: pypa/gh-action-pypi-publish@release/v1
7782
with:

0 commit comments

Comments
 (0)