We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49238f3 commit 0e73c76Copy full SHA for 0e73c76
.github/workflows/publish-to-pypi.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: snok/install-poetry@v1
45
- name: Build a binary wheel and a source tarball (Testing)
46
run: |
47
- poetry version "${BASE_VERSION}.dev$(git rev-parse --short HEAD)"
+ poetry version "${BASE_VERSION}.dev$(date +%s)"
48
python3 -m build
49
ls -la dist/
50
- uses: actions/upload-artifact@v3
0 commit comments