Skip to content

Commit 94b76d5

Browse files
committed
fix: use PEP 440 compliant version format for Python dry run tests
1 parent 3d0c09e commit 94b76d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: npm ci
2525

2626
- name: Simulate Version Update (Dry Run)
27-
run: node update-versions.js 0.5.0-dryrun
27+
run: node update-versions.js 0.5.0.dev0
2828

2929
- name: Generate SDKs
3030
run: npm run generate:sdk:all --workspace=pmxt-core
@@ -73,7 +73,7 @@ jobs:
7373
- name: Install Node dependencies & Start Server & Simulate Version
7474
run: |
7575
npm ci
76-
node update-versions.js 0.5.0-dryrun
76+
node update-versions.js 0.5.0.dev0
7777
npm run generate:sdk:all --workspace=pmxt-core
7878
npm run build --workspace=pmxt-core
7979
npm run server --workspace=pmxt-core &

0 commit comments

Comments
 (0)