Skip to content

Commit

Permalink
adjust version for testpypi
Browse files Browse the repository at this point in the history
  • Loading branch information
schuenke committed Oct 9, 2024
1 parent e899f9a commit 8c038f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Set MRPROVERSIONSUFFIX
id: set_version_suffix
run: echo "MRPROVERSIONSUFFIX=.$(date +%s)" >> $GITHUB_ENV
run: echo "MRPROVERSIONSUFFIX=.pre$(date +%s)" >> $GITHUB_ENV

- name: Build package with current timestamp
run: |
Expand Down

0 comments on commit 8c038f3

Please sign in to comment.