Skip to content

Commit

Permalink
use date instead of commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenclouston committed Nov 21, 2023
1 parent d83e0e2 commit a23e6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: snok/install-poetry@v1
- name: Build a binary wheel and a source tarball (Testing)
run: |
poetry version "${BASE_VERSION}.dev0+$(git rev-parse --short HEAD)"
poetry version "${BASE_VERSION}.dev$(date +%s)"
python3 -m build
ls -la dist/
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a23e6e1

Please sign in to comment.