Skip to content

Commit 0e73c76

Browse files
Fix test build version number (#6)
* Fix test build version number * use date instead of commit hash
1 parent 49238f3 commit 0e73c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: snok/install-poetry@v1
4545
- name: Build a binary wheel and a source tarball (Testing)
4646
run: |
47-
poetry version "${BASE_VERSION}.dev$(git rev-parse --short HEAD)"
47+
poetry version "${BASE_VERSION}.dev$(date +%s)"
4848
python3 -m build
4949
ls -la dist/
5050
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)